Skip to content

Commit 6140b2d

Browse files
authored
Update to printf-compat 0.2.1 (#162)
This fixes the build error: ``` error[E0277]: the trait bound `i8: VaArgSafe` is not satisfied --> /home/mateusz/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/printf-compat-0.1.1/src/parser.rs:80:50 | 80 | Length::Char => SignedInt::Char(args.arg()), | ^^^ the trait `VaArgSafe` is not implemented for `i8` | = help: the following other types implement trait `VaArgSafe`: f64 i32 i64 isize u32 u64 usize ```
1 parent 2e92f61 commit 6140b2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

c-scape/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ rand = { version = "0.9.0", default-features = false }
3434
rustix-dlmalloc = { version = "0.2.1", optional = true }
3535
rustix-openpty = "0.2.0"
3636
bitflags = { version = "2.4.1", default-features = false }
37-
printf-compat = { version = "0.1.1", default-features = false }
37+
printf-compat = { version = "0.2.1", default-features = false }
3838
num-complex = { version = "0.4.4", default-features = false, features = ["libm"] }
3939
posix-regex = { version = "0.1.1", features = ["no_std"] }
4040

0 commit comments

Comments
 (0)