diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-07-05 11:02:11 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-07-05 11:02:11 -0700 |
| commit | 8790ea90d279f4437b0467f54f84d0bbc1a1ccdd (patch) | |
| tree | 4a6856178d0151fac94e2c939a67e8de61af5524 /src/x509-info/rust-toolchain.toml | |
| parent | remove configuration for drone (diff) | |
| download | x-8790ea90d279f4437b0467f54f84d0bbc1a1ccdd.tar.gz | |
replace rust-overlay with naersk
This is mostly coming from
https://github.com/DeterminateSystems/nix-installer/blob/main/flake.nix
Diffstat (limited to 'src/x509-info/rust-toolchain.toml')
| -rw-r--r-- | src/x509-info/rust-toolchain.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x509-info/rust-toolchain.toml b/src/x509-info/rust-toolchain.toml index e7ae097..f4ebfd7 100644 --- a/src/x509-info/rust-toolchain.toml +++ b/src/x509-info/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.64.0" +channel = "stable" components = [ "rustfmt", "clippy" ] |
