mirror of
https://github.com/perstarkse/minne.git
synced 2026-06-30 10:01:40 +02:00
dev: devenv deprecation
removed devenv in favor for plain nix, implemented using flake-parts
This commit is contained in:
+1
-2
@@ -1,5 +1,4 @@
|
||||
[toolchain]
|
||||
channel = "1.91.1"
|
||||
components = ["rustfmt", "clippy"]
|
||||
profile = "default"
|
||||
components = ["rustc", "cargo", "clippy", "rustfmt", "rust-analyzer"]
|
||||
targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
|
||||
|
||||
Reference in New Issue
Block a user