Skip to content

Commit b89247c

Browse files
authored
Update loom to 0.5 (#494)
1 parent 9c77018 commit b89247c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
env:
1212
RUSTFLAGS: -Dwarnings
1313
RUST_BACKTRACE: 1
14-
nightly: nightly-2020-12-17
14+
nightly: nightly-2021-04-13
1515

1616
defaults:
1717
run:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ serde = { version = "1.0.60", optional = true, default-features = false, feature
3131
serde_test = "1.0"
3232

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

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

0 commit comments

Comments
 (0)