Skip to content

Commit 1e82d3c

Browse files
committed
also update uu_stdbuf_libstdbuf
1 parent ab0064f commit 1e82d3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/uu/stdbuf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ path = "src/stdbuf.rs"
2020

2121
[dependencies]
2222
clap = { workspace = true }
23-
libstdbuf = { package = "uu_stdbuf_libstdbuf", version = "0.2.0", path = "src/libstdbuf" }
23+
libstdbuf = { package = "uu_stdbuf_libstdbuf", version = "0.3.0", path = "src/libstdbuf" }
2424
tempfile = { workspace = true }
2525
uucore = { workspace = true, features = ["parser"] }
2626
thiserror = { workspace = true }

util/update-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
FROM="0.2.2"
2121
TO="0.3.0"
2222

23-
PROGS=$(ls -1d src/uu/*/Cargo.toml src/uu/stdbuf/src/libstdbuf/Cargo.toml src/uucore/Cargo.toml Cargo.toml fuzz/uufuzz/Cargo.toml)
23+
PROGS=$(ls -1d src/uu/*/Cargo.toml src/uu/stdbuf/src/libstdbuf/Cargo.toml src/uucore/Cargo.toml Cargo.toml fuzz/uufuzz/Cargo.toml src/uu/stdbuf/Cargo.toml)
2424

2525
# update the version of all programs
2626
#shellcheck disable=SC2086

0 commit comments

Comments
 (0)