We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef318a commit 6484717Copy full SHA for 6484717
1 file changed
test-crates/origin-start/Cargo.toml
@@ -10,7 +10,7 @@ atomic-dbg = { version = "0.1.8", default-features = false }
10
rustix-dlmalloc = { version = "0.1.0", features = ["global"] }
11
compiler_builtins = { version = "0.1.112", features = ["mem", "no-f16-f128"] }
12
rustix = { version = "0.38", default-features = false, features = ["thread"] }
13
-rustix-futex-sync = { version = "0.2.1", default-features = false }
+rustix-futex-sync = "0.2.1"
14
15
# This is just a test crate, and not part of the origin workspace.
16
[workspace]
0 commit comments