Skip to content

Commit

Permalink
chore: bump MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Oct 14, 2023
1 parent fbc91b6 commit 920ad5b
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 @@ -86,7 +86,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ nightly, beta, stable, 1.67.0 ]
toolchain: [ nightly, beta, stable, 1.70.0 ]
steps:
- uses: actions/checkout@v3
- name: Install rust ${{ matrix.toolchain }}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ default-members = [
authors = ["Dr Maxim Orlovsky <[email protected]>"]
homepage = "https://github.com/RGB-WG"
repository = "https://github.com/RGB-WG/rgb"
rust-version = "1.67" # Due to strict encoding library
rust-version = "1.70" # Because of clap # TODO: Change back to "1.67" once cli will be in a separate crate
edition = "2021"
license = "Apache-2.0"

Expand Down

0 comments on commit 920ad5b

Please sign in to comment.