Skip to content

Commit f34ab3e

Browse files
authored
Merge pull request #168 from a-kenji/bump/rust-toolchain
chore(toolchain): bump default development `rust-toolchain`
2 parents c620102 + 494a53c commit f34ab3e

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

flake.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
inherit cargoArtifacts src;
100100
partitions = 1;
101101
partitionType = "count";
102-
cargoExtraArgs = "--features unstable";
102+
cargoNextestExtraArgs = "--features unstable";
103103
};
104104
cargoDoc = craneLib.cargoDoc (commonArgs // {inherit cargoArtifacts;});
105105

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is updated by the `akenji@update-rust-toolchain` GitHub action
22
[toolchain]
3-
channel = "1.76.0"
3+
channel = "1.77.0"
44
components = []
55
targets = []
66
profile = "minimal"

0 commit comments

Comments
 (0)