Skip to content

Commit 19f4203

Browse files
committed
Bump MSRV
1 parent 6861466 commit 19f4203

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- rust: stable
3232
- rust: beta
3333
- rust: nightly
34-
- rust: 1.81.0
34+
- rust: 1.82.0
3535
steps:
3636
- uses: actions/checkout@v2
3737
- name: Install rust

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "cargo_metadata"
3-
version = "0.19.3"
3+
version = "0.20.0"
44
authors = ["Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>"]
55
repository = "https://github.com/oli-obk/cargo_metadata"
66
description = "structured access to the output of `cargo metadata`"
77
license = "MIT"
88
readme = "README.md"
99
edition = "2021"
10-
rust-version = "1.81.0"
10+
rust-version = "1.82.0"
1111

1212
[dependencies]
1313
camino = { version = "1.0.7", features = ["serde1"] }

0 commit comments

Comments
 (0)