Skip to content

Commit 2d30937

Browse files
deps: Update loom requirement from 0.6 to 0.7
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.6.0...v0.7.0) --- updated-dependencies: - dependency-name: loom dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b660d79 commit 2d30937

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.6", optional = true }
31+
loom = { version = "0.7", optional = true }
3232

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

0 commit comments

Comments
 (0)