We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6861466 commit 19f4203Copy full SHA for 19f4203
2 files changed
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
- rust: stable
32
- rust: beta
33
- rust: nightly
34
- - rust: 1.81.0
+ - rust: 1.82.0
35
steps:
36
- uses: actions/checkout@v2
37
- name: Install rust
Cargo.toml
@@ -1,13 +1,13 @@
1
[package]
2
name = "cargo_metadata"
3
-version = "0.19.3"
+version = "0.20.0"
4
authors = ["Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>"]
5
repository = "https://github.com/oli-obk/cargo_metadata"
6
description = "structured access to the output of `cargo metadata`"
7
license = "MIT"
8
readme = "README.md"
9
edition = "2021"
10
-rust-version = "1.81.0"
+rust-version = "1.82.0"
11
12
[dependencies]
13
camino = { version = "1.0.7", features = ["serde1"] }
0 commit comments