1
0
mirror of https://github.com/BitskiCo/jwk-rs synced 2025-06-19 17:35:18 +00:00

Configure rust-toolchain.toml

This commit is contained in:
Jacob Lee
2022-04-01 19:30:46 -07:00
parent ad08873f62
commit b63f50a488
2 changed files with 3 additions and 1 deletions

View File

@ -1 +0,0 @@
stable

3
rust-toolchain.toml Normal file
View File

@ -0,0 +1,3 @@
[toolchain]
channel = "stable"
components = ["clippy", "rustfmt"]