Skip to content

Commit a099cf2

Browse files
committed
chore: bump MSRV to 1.85 due to associated type bound resolution
1 parent fbcc841 commit a099cf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
strategy:
5858
fail-fast: false
5959
matrix:
60-
toolchain: [ nightly, beta, stable, 1.82.0 ]
60+
toolchain: [ nightly, beta, stable, 1.85.0 ]
6161
steps:
6262
- uses: actions/checkout@v4
6363
- uses: dtolnay/rust-toolchain@master

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories = ["cryptography::cryptocurrencies"]
99
authors = ["Dr Maxim Orlovsky <[email protected]>"]
1010
homepage = "https://rgb.tech"
1111
repository = "https://github.com/RGB-WG/rgb-std"
12-
rust-version = "1.82.0"
12+
rust-version = "1.85.0" # Due to associated types generic bound requirements
1313
edition = "2021"
1414
license = "Apache-2.0"
1515

0 commit comments

Comments
 (0)