Skip to content

Commit

Permalink
build: bump msrv to 1.60.0, since log forces this lower bound now
Browse files Browse the repository at this point in the history
  • Loading branch information
m4b committed Jun 12, 2023
1 parent 1bc1243 commit a55d84e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
include:
- build: MSRV # Minimum supported Rust version
os: ubuntu-latest
rust: 1.56.0
rust: 1.60.0
- build: stable
os: ubuntu-latest
rust: stable
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -11,7 +11,7 @@ authors = [
categories = ["parsing", "development-tools::debugging"]
documentation = "https://docs.rs/goblin"
edition = "2021"
rust-version = "1.56.0"
rust-version = "1.60.0"
include = [
"src",
"CHANGELOG.md",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ https://docs.rs/goblin/

### Usage

Goblin requires `rustc` 1.56.0 (Rust 2021 edition).
Goblin requires `rustc` 1.60.0 (Rust 2021 edition).

Add to your `Cargo.toml`

Expand Down

0 comments on commit a55d84e

Please sign in to comment.