Skip to content

Commit 43b076d

Browse files
committed
chore(msrv): update to rust 1.88
1 parent b73936e commit 43b076d

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = ["ANDYL Open Source <[email protected]>"]
55
version = "1.0.2-pre"
66
edition = "2024"
77
license = "MIT"
8+
rust-version = "1.88"
89

910
[features]
1011
default = []

devenv.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
];
1414

1515
languages.rust.enable = true;
16+
languages.rust.version = "1.88";
1617

1718
processes = lib.optionalAttrs (!config.devenv.isTesting) {
1819
cargo-watch.exec = "cargo-watch";

rust-toolchain.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[toolchain]
2+
channel = "1.88"
3+
profile = "default"

0 commit comments

Comments
 (0)