chore(rust): Add specific Rust version via rust-toolchain (#91)

* specify rust version
This commit is contained in:
yukkop 2024-01-03 10:43:16 +01:00 committed by GitHub
parent d7574a104d
commit 97e8e8d862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
rust-toolchain.toml Normal file
View File

@ -0,0 +1,2 @@
[toolchain]
channel = '1.72.0'