diff options
| author | main <main@swarm.moe> | 2026-04-25 13:27:32 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-04-25 13:27:32 -0400 |
| commit | 66c996e6ae24ae496aa6b7ed07c85dce2b106d13 (patch) | |
| tree | b9ca28e39e70cc5fca489df97de430075720dda3 /rust-toolchain.toml | |
| download | memview-1.0.0.zip | |
Release memview 1.0.0v1.0.0
Diffstat (limited to 'rust-toolchain.toml')
| -rw-r--r-- | rust-toolchain.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..8770b1d --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,4 @@ +[toolchain] +channel = "1.95.0" +profile = "minimal" +components = ["clippy", "rustfmt"] |