Skip to content

Commit e5a1f12

Browse files
committed
Bump MSRV
1 parent ef2904c commit e5a1f12

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
matrix:
3434
os: [ubuntu-latest, windows-latest, macos-latest]
35-
toolchain: [nightly, stable, 1.63.0]
35+
toolchain: [nightly, stable, 1.73.0]
3636

3737
runs-on: ${{ matrix.os }}
3838
steps:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
repository = "https://github.com/mit-dci/rustreexo"
99
readme = "README.md"
1010
homepage = "https://github.com/mit-dci/rustreexo"
11-
rust-version = "1.63.0"
11+
rust-version = "1.73.0"
1212

1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414
[dependencies]

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.63.0"
2+
channel = "1.73.0"
33
components = [ "rustfmt", "clippy" ]
44
profile = "default"

0 commit comments

Comments
 (0)