Update loom to 0.5 (#494)

This commit is contained in:
Taiki Endo
2021-04-13 23:58:18 +09:00
committed by GitHub
parent 9c770188fd
commit b89247c713
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ on:
env:
RUSTFLAGS: -Dwarnings
RUST_BACKTRACE: 1
nightly: nightly-2020-12-17
nightly: nightly-2021-04-13
defaults:
run:
+1 -1
View File
@@ -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"]