Skip to content

Commit c4f14e8

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

File tree

5 files changed

+34
-2
lines changed

5 files changed

+34
-2
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.lock

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"devenv": {
44
"locked": {
55
"dir": "src/modules",
6-
"lastModified": 1751987173,
6+
"lastModified": 1752692978,
77
"owner": "cachix",
88
"repo": "devenv",
9-
"rev": "9b4d2b5a4f650994045d6752de2ec48c1d9437a4",
9+
"rev": "b2281100077d641cbf135e8680e973c0c2270bc4",
1010
"type": "github"
1111
},
1212
"original": {
@@ -94,7 +94,27 @@
9494
"nixpkgs": "nixpkgs",
9595
"pre-commit-hooks": [
9696
"git-hooks"
97+
],
98+
"rust-overlay": "rust-overlay"
99+
}
100+
},
101+
"rust-overlay": {
102+
"inputs": {
103+
"nixpkgs": [
104+
"nixpkgs"
97105
]
106+
},
107+
"locked": {
108+
"lastModified": 1752633862,
109+
"owner": "oxalica",
110+
"repo": "rust-overlay",
111+
"rev": "8668ca94858206ac3db0860a9dec471de0d995f8",
112+
"type": "github"
113+
},
114+
"original": {
115+
"owner": "oxalica",
116+
"repo": "rust-overlay",
117+
"type": "github"
98118
}
99119
}
100120
},

devenv.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
];
1414

1515
languages.rust.enable = true;
16+
languages.rust.channel = "stable";
17+
languages.rust.version = "1.88.0";
1618

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

devenv.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
inputs:
2+
rust-overlay:
3+
url: github:oxalica/rust-overlay
4+
inputs:
5+
nixpkgs:
6+
follows: nixpkgs

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)