Skip to content

Commit 5c84070

Browse files
committed
Update to rustix-futex-sync 0.4.
1 parent 42a7f55 commit 5c84070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ linux-raw-sys = { version = "0.9.2", default-features = false, optional = true,
1919
rustix = { version = "1.0.0", default-features = false }
2020
bitflags = { version = "2.4.0", default-features = false }
2121
log = { version = "0.4.14", default-features = false, optional = true }
22-
rustix-futex-sync = { version = "0.3.0", optional = true }
22+
rustix-futex-sync = { version = "0.4.0", optional = true }
2323
smallvec = { version = "1.11.1", optional = true, features = ["const_new"] }
2424

2525
# Optional logging backends for use with "take-charge". You can use any

0 commit comments

Comments
 (0)