Skip to content

Commit 6484717

Browse files
authored
Don't disable default features in rustix-futex-sync. (#117)
Rustix-futex-sync doesn't have any default features currently, so there's no need to disable them.
1 parent 0ef318a commit 6484717

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-crates/origin-start/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ atomic-dbg = { version = "0.1.8", default-features = false }
1010
rustix-dlmalloc = { version = "0.1.0", features = ["global"] }
1111
compiler_builtins = { version = "0.1.112", features = ["mem", "no-f16-f128"] }
1212
rustix = { version = "0.38", default-features = false, features = ["thread"] }
13-
rustix-futex-sync = { version = "0.2.1", default-features = false }
13+
rustix-futex-sync = "0.2.1"
1414

1515
# This is just a test crate, and not part of the origin workspace.
1616
[workspace]

0 commit comments

Comments
 (0)