Skip to content

Commit

Permalink
Merge pull request #71 from nelson137/feat/upgrade-parking-lot
Browse files Browse the repository at this point in the history
update parking_lot to 0.12
  • Loading branch information
gschup committed Apr 1, 2024
2 parents c5b521f + f34958f commit 0af1a04
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 @@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] }
bincode = "1.3"
rand = "0.8"
bitfield-rle = "0.2.1"
parking_lot = "0.11"
parking_lot = "0.12"
instant = "0.1"
bytemuck = {version = "1.9", features = ["derive"]}
getrandom = {version = "0.2", optional = true}
Expand Down

0 comments on commit 0af1a04

Please sign in to comment.