Skip to content

Commit 3ea8a5c

Browse files
Update cargo requirement from 0.93.0 to 0.94.0
Updates the requirements on [cargo](https://github.com/rust-lang/cargo) to permit the latest version. - [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md) - [Commits](rust-lang/cargo@0.93.0...0.94.0) --- updated-dependencies: - dependency-name: cargo dependency-version: 0.94.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 19d8828 commit 3ea8a5c

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 @@ name = "cargo-ctest"
2828
path = "src/bin/ctest.rs"
2929

3030
[dependencies]
31-
cargo = "0.93.0"
31+
cargo = "0.94.0"
3232
cargo-util = "0.2"
3333
semver = "1.0.3"
3434
log = "0.4"

0 commit comments

Comments
 (0)