Skip to content

Commit

Permalink
Upgrade loom to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed May 9, 2024
1 parent 77b7181 commit a64e1da
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 20 deletions.
47 changes: 28 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ std = []
async = []

[target.'cfg(loom)'.dependencies]
loom = { version = "0.5.3", features = ["futures"] }
loom = { version = "0.7.2", features = ["futures"] }

[dev-dependencies]
criterion = "0.3"
Expand Down

0 comments on commit a64e1da

Please sign in to comment.