Skip to content

Commit 2876599

Browse files
Update cargo_metadata requirement from 0.17 to 0.18 (#16)
Updates the requirements on [cargo_metadata](https://github.com/oli-obk/cargo_metadata) to permit the latest version. - [Release notes](https://github.com/oli-obk/cargo_metadata/releases) - [Changelog](https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md) - [Commits](oli-obk/cargo_metadata@0.17.0...0.18.0) --- updated-dependencies: - dependency-name: cargo_metadata dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 42554e2 commit 2876599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-cuda-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ proc-macro-error = "1.0"
1818
regex = "1.5"
1919
lazy_static = "1.4"
2020
serde_json = "1.0"
21-
cargo_metadata = { version = "0.17", features = ["builder"] }
21+
cargo_metadata = { version = "0.18", features = ["builder"] }
2222
strip-ansi-escapes = "0.2"
2323
colored = "2.0"
2424

0 commit comments

Comments
 (0)