Codebase list rust-libslirp / c1c2349
backtrace-sys: rebase of the patch Sylvestre Ledru 4 years ago
1 changed file(s) with 6 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
66 Cargo.toml | 2 --
77 1 file changed, 2 deletions(-)
88
9 --- a/Cargo.toml
10 +++ b/Cargo.toml
11 @@ -32,8 +32,6 @@
9 Index: backtrace-sys/Cargo.toml
10 ===================================================================
11 --- backtrace-sys.orig/Cargo.toml
12 +++ backtrace-sys/Cargo.toml
13 @@ -32,8 +32,6 @@ package = "rustc-std-workspace-core"
1214 [dependencies.libc]
1315 version = "0.2"
1416 default-features = false
1618 -version = "1.0.37"
1719
1820 [features]
19 rustc-dep-of-std = ["core", "compiler_builtins"]
21 backtrace-sys = []