Skip to content

Commit 9f421a0

Browse files
committed
Update Rust + Nix environment.
1 parent 9753dbc commit 9f421a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.74.0"
2+
channel = "1.77.1"
33
components = ["rustfmt", "clippy"]
44
profile = "default"

shell.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-23.05.tar.gz") {} }:
1+
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-23.11.tar.gz") {} }:
22

33
pkgs.mkShell {
44
buildInputs = [
55
pkgs.cacert
66
pkgs.rustup
77
pkgs.protobuf
88
];
9-
}
9+
}

0 commit comments

Comments
 (0)