Skip to content

Commit 8ed2769

Browse files
committed
chore: pin Rust toolchain version
Create a file that pins the used Rust toolchain to a specific version. This isn't super useful as this is a library crate and consumers won't see any effect from this file, but it will prevent the examples from breaking due to changes in newer versions. It also helps prevent warnings when checking out older commits, as the toolchain version is now pinned in every commit.
1 parent a6b6bfc commit 8ed2769

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rust-toolchain.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[toolchain]
2+
channel = "1.86.0"
3+
components = ["rustfmt", "clippy", "rust-analyzer"]

0 commit comments

Comments
 (0)