Skip to content

Commit

Permalink
Bump msrv to keep in sync with our dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Dec 3, 2024
1 parent 834207b commit eae17fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- rust: stable
- rust: beta
- rust: nightly
- rust: 1.73.0
- rust: 1.78.0
steps:
- uses: actions/checkout@v2
- name: Install rust
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "cargo_metadata"
version = "0.19.0"
version = "0.19.1"
authors = ["Oliver Schneider <[email protected]>"]
repository = "https://github.com/oli-obk/cargo_metadata"
description = "structured access to the output of `cargo metadata`"
license = "MIT"
readme = "README.md"
edition = "2021"
rust-version = "1.73.0"
rust-version = "1.78.0"

[dependencies]
camino = { version = "1.0.7", features = ["serde1"] }
Expand Down

0 comments on commit eae17fb

Please sign in to comment.