diff --git a/.gitignore b/.gitignore index bd04b8f..12e9db1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ target -rust-toolchain.toml Cargo.lock +.gitignore diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..d0c456a --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,4 @@ +[toolchain] +channel = "nightly-2024-03-22" +components = [ "rust-src" ] +profile = "complete"