Skip to content

Commit c1d2c77

Browse files
dependabot[bot]taiki-e
authored andcommitted
Update loom requirement from 0.5 to 0.6
Updates the requirements on [loom](https://github.com/tokio-rs/loom) to permit the latest version. - [Release notes](https://github.com/tokio-rs/loom/releases) - [Changelog](https://github.com/tokio-rs/loom/blob/master/CHANGELOG.md) - [Commits](tokio-rs/loom@v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: loom dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2cd3dba commit c1d2c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ portable-atomic = { version = "1", default-features = false, optional = true }
2828
# Enables loom testing. This feature is permanently unstable and the API may
2929
# change at any time.
3030
[target.'cfg(loom)'.dependencies]
31-
loom = { version = "0.5", optional = true }
31+
loom = { version = "0.6", optional = true }
3232

3333
[[bench]]
3434
name = "bench"

0 commit comments

Comments
 (0)