Skip to content

Commit 32650ba

Browse files
quark-zjumeta-codesync[bot]
authored andcommitted
streampager: bump version
Summary: Prepare to publish a new version. Reviewed By: muirdm Differential Revision: D90743133 fbshipit-source-id: 8fa6037dca09b13b5ebab62eeedde317933ddab1
1 parent 908f999 commit 32650ba

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

eden/scm/lib/io/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pipe = "0.2"
1919
sapling-configmodel = { version = "0.1.0", path = "../config/model" }
2020
sapling-hgplain = { version = "0.1.0", path = "../util/hgplain" }
2121
sapling-spawn-ext = { version = "0.1.0", path = "../spawn-ext" }
22-
sapling-streampager = { version = "0.11.0", path = "../third-party/streampager" }
22+
sapling-streampager = { version = "0.12.0", path = "../third-party/streampager" }
2323
sapling-time-interval = { version = "0.1.0", path = "../util/time-interval" }
2424
terminal_size = "0.4.2"
2525
termwiz = { version = "0.23", features = ["use_serde", "widgets"], default-features = false }

eden/scm/lib/third-party/streampager/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ rust_library(
4040
],
4141
"license": "MIT",
4242
"name": "sapling-streampager",
43-
"version": "0.11.0",
43+
"version": "0.12.0",
4444
},
4545
}},
4646
edition = "2021",

eden/scm/lib/third-party/streampager/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "sapling-streampager"
5-
version = "0.11.0"
5+
version = "0.12.0"
66
authors = ["Mark Juggurnauth-Thomas <markbt@efaref.net>", "Facebook Source Control Team <sourcecontrol-dev@fb.com>"]
77
edition = "2024"
88
description = "streampager is a pager for command output or large files"

eden/scm/saplingnative/bindings/modules/pysptui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ cpython = { version = "0.7.2", features = ["python3-sys"], default-features = fa
1010
pipe = "0.2"
1111
sapling-clidispatch = { version = "0.1.0", path = "../../../../lib/clidispatch" }
1212
sapling-cpython-ext = { version = "0.1.0", path = "../../../../lib/cpython-ext" }
13-
sapling-streampager = { version = "0.11.0", path = "../../../../lib/third-party/streampager" }
13+
sapling-streampager = { version = "0.12.0", path = "../../../../lib/third-party/streampager" }

0 commit comments

Comments
 (0)