Skip to content

Commit

Permalink
upgrade spin sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
DavJCosby committed Dec 17, 2024
1 parent b81885c commit aa6847f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ smallvec = "1.13"
compact_str = { version = "0.8", default-features = false, optional = true }
sled_driver_macros = { version = "0.1.2", optional = true }
num-traits = { version = "0.2", default-features = false }
spin_sleep = { version = "1.2", optional = true }
spin_sleep = { version = "1.3", optional = true }

[dev-dependencies]
criterion = { version = "0.5", default-features = false, features = [
Expand Down

0 comments on commit aa6847f

Please sign in to comment.