Skip to content

Commit 82800b7

Browse files
authored
Update to rustix-futex-sync 0.2.1. (#100)
1 parent b957e71 commit 82800b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rustix = { version = "0.38.26", default-features = false }
1919
bitflags = { version = "2.4.0", default-features = false }
2020
memoffset = { version = "0.9.0", optional = true }
2121
log = { version = "0.4.14", default-features = false, optional = true }
22-
rustix-futex-sync = "0.1.0"
22+
rustix-futex-sync = "0.2.1"
2323

2424
# Optional logging backends for use with "origin-program". You can use any
2525
# external logger, but using these features allows origin to initialize the

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.101", features = ["mem"] }
1212
rustix = { version = "0.38", default-features = false, features = ["thread"] }
13-
rustix-futex-sync = { version = "0.1.5", default-features = false }
13+
rustix-futex-sync = { version = "0.2.1", default-features = false }
1414

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

0 commit comments

Comments
 (0)