Skip to content

Commit

Permalink
chore: bump MSRV to 1.65
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Apr 16, 2023
1 parent f0112d4 commit 843d8a0
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 @@ -94,7 +94,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ nightly, beta, stable, 1.64.0 ]
toolchain: [ nightly, beta, stable, 1.65.0 ]
steps:
- uses: actions/checkout@v2
- 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 @@ homepage = "https://lnp-bp.org"
categories = ["cryptography::cryptocurrencies", "encoding", "parsing"]
readme = "README.md"
edition = "2021"
rust-version = "1.64.0" # due to clap dependency and workspace-level dependencies
rust-version = "1.65.0" # due to let .. else

[workspace.dependencies]
amplify = "3.14.2"
Expand Down

0 comments on commit 843d8a0

Please sign in to comment.