File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ path = "src/stdbuf.rs"
2020
2121[dependencies ]
2222clap = { 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" }
2424tempfile = { workspace = true }
2525uucore = { workspace = true , features = [" parser" ] }
2626thiserror = { workspace = true }
Original file line number Diff line number Diff line change 2020FROM=" 0.2.2"
2121TO=" 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
You can’t perform that action at this time.
0 commit comments