diff options
author | 2025-05-08 23:31:10 +0100 | |
---|---|---|
committer | 2025-05-08 23:31:10 +0100 | |
commit | 19ba234341821bc68f3d06787ee15e5342fcaea8 (patch) | |
tree | 3bc4a4d6da92e55d6b72ad72de394b97e195fdeb /rust-toolchain.toml | |
parent | 39a35689d385c89f79f97ce69bf214308be5e2fd (diff) | |
download | macaw-web-19ba234341821bc68f3d06787ee15e5342fcaea8.tar.gz macaw-web-19ba234341821bc68f3d06787ee15e5342fcaea8.tar.bz2 macaw-web-19ba234341821bc68f3d06787ee15e5342fcaea8.zip |
add rust-toolchain.toml + error log + rustfmt
Diffstat (limited to '')
-rw-r--r-- | rust-toolchain.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..5d56faf --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "nightly" |