Skip to content

Commit

Permalink
Update loom to 0.5 (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored Apr 13, 2021
1 parent 9c77018 commit b89247c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
RUSTFLAGS: -Dwarnings
RUST_BACKTRACE: 1
nightly: nightly-2020-12-17
nightly: nightly-2021-04-13

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ serde = { version = "1.0.60", optional = true, default-features = false, feature
serde_test = "1.0"

[target.'cfg(loom)'.dev-dependencies]
loom = "0.4"
loom = "0.5"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]

0 comments on commit b89247c

Please sign in to comment.