tangled
alpha
login
or
join now
foxgirl.engineering
/
gleam2nix
3
fork
atom
tools for building gleam projects with nix
3
fork
atom
overview
issues
pulls
pipelines
rust: update to 1.90
foxgirl.engineering
5 months ago
a0bb6df6
82503e51
verified
This commit was signed with the committer's
known signature
.
foxgirl.engineering
SSH Key Fingerprint:
SHA256:zgspAKSFKA6vB30vPBY6QSa/osCDgrr8YASW+mNz13M=
+2
-2
2 changed files
expand all
collapse all
unified
split
nix
rust-toolchain.nix
rust-toolchain.toml
+1
-1
nix/rust-toolchain.nix
···
6
6
7
7
fromToolchainFile {
8
8
file = ../rust-toolchain.toml;
9
9
-
sha256 = "sha256-+9FmLhAOezBZCOziO0Qct1NOrfpjNsXxc/8I0c7BdKE=";
9
9
+
sha256 = "sha256-SJwZ8g0zF2WrKDVmHrVG3pD2RGoQeo24MEXnNx5FyuI=";
10
10
}
+1
-1
rust-toolchain.toml
···
3
3
# SPDX-License-Identifier: 0BSD
4
4
5
5
[toolchain]
6
6
-
channel = "1.89"
6
6
+
channel = "1.90"
7
7
components = ["rust-analyzer", "rust-src", "rust-toolchain"]