Skip to content

Commit

Permalink
build!: bump rust-version to 1.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aatifsyed committed Apr 26, 2024
1 parent f501cdb commit 3a28fe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
- rust: stable
- rust: beta
- rust: nightly
- rust: 1.56.0
- rust: 1.75.0
steps:
- uses: actions/checkout@v2
- name: Install rust
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -7,7 +7,7 @@ description = "structured access to the output of `cargo metadata`"
license = "MIT"
readme = "README.md"
edition = "2018"
rust-version = "1.56.0"
rust-version = "1.75.0"

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

0 comments on commit 3a28fe2

Please sign in to comment.