We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9753dbc commit 9f421a0Copy full SHA for 9f421a0
rust-toolchain.toml
@@ -1,4 +1,4 @@
1
[toolchain]
2
-channel = "1.74.0"
+channel = "1.77.1"
3
components = ["rustfmt", "clippy"]
4
profile = "default"
shell.nix
@@ -1,9 +1,9 @@
-{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-23.05.tar.gz") {} }:
+{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-23.11.tar.gz") {} }:
pkgs.mkShell {
buildInputs = [
5
pkgs.cacert
6
pkgs.rustup
7
pkgs.protobuf
8
];
9
-}
+}
0 commit comments