Skip to content

Commit e8ecd7f

Browse files
committed
Update the origin-start test crate to rustix-futex-sync 0.4.
1 parent 5c84070 commit e8ecd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-crates/origin-start/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ origin = { path = "../..", default-features = false, features = ["origin-start",
99
atomic-dbg = { version = "0.1.11", default-features = false }
1010
rustix-dlmalloc = { version = "0.2.1", features = ["global"] }
1111
rustix = { version = "1.0.0", default-features = false, features = ["process", "thread"] }
12-
rustix-futex-sync = "0.3.0"
12+
rustix-futex-sync = "0.4.0"
1313

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

0 commit comments

Comments
 (0)