Skip to content

Commit

Permalink
Don't disable default features in rustix-futex-sync. (#117)
Browse files Browse the repository at this point in the history
Rustix-futex-sync doesn't have any default features currently, so
there's no need to disable them.
  • Loading branch information
sunfishcode committed Jun 11, 2024
1 parent 0ef318a commit 6484717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-crates/origin-start/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ atomic-dbg = { version = "0.1.8", default-features = false }
rustix-dlmalloc = { version = "0.1.0", features = ["global"] }
compiler_builtins = { version = "0.1.112", features = ["mem", "no-f16-f128"] }
rustix = { version = "0.38", default-features = false, features = ["thread"] }
rustix-futex-sync = { version = "0.2.1", default-features = false }
rustix-futex-sync = "0.2.1"

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

0 comments on commit 6484717

Please sign in to comment.