Skip to content

Commit

Permalink
chore: bump MSRV to 1.77
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Nov 3, 2024
1 parent 29f9fc3 commit 0b2eea4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ nightly, beta, stable, 1.75.0 ]
toolchain: [ nightly, beta, stable, 1.77.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 @@ -8,7 +8,7 @@ version = "2.7.1"
authors = ["Dr Maxim Orlovsky <[email protected]>"]
homepage = "https://strict-types.org"
repository = "https://github.com/strict-types/strict-encoding"
rust-version = "1.75.0" # Due to amplify crate
rust-version = "1.77.0"
edition = "2021"
license = "Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Type: Library
Kind: Free software
License: Apache-2.0
Language: Rust
Compiler: 1.75
Compiler: 1.77
Author: Maxim Orlovsky
Maintained: UBIDECO Labs, Institute for Distributed and Cognitive Computing, Switzerland
Maintainers:
Expand Down

0 comments on commit 0b2eea4

Please sign in to comment.