Skip to content

Commit

Permalink
update MSRV to 1.76 (due to ascii-armor)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed Sep 16, 2024
1 parent 923f728 commit a624f3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ nightly, beta, stable, 1.75.0 ]
toolchain: [ nightly, beta, stable, 1.76.0 ]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ version = "0.11.0-beta.8"
authors = ["Dr Maxim Orlovsky <[email protected]>"]
homepage = "https://github.com/BP-WG"
repository = "https://github.com/BP-WG/bp-core"
rust-version = "1.75.0" # Due to amplify
rust-version = "1.76.0" # Due to ascii-armor
edition = "2021"
license = "Apache-2.0"

Expand Down

0 comments on commit a624f3a

Please sign in to comment.