1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00

Update 'rust-toolchain' file to TOML format (#946)

https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file
This commit is contained in:
Roman Zeyde 2023-10-27 20:52:06 +03:00 committed by GitHub
parent 4356f17b65
commit 3c4b0f190f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -1 +0,0 @@
1.63.0

3
rust-toolchain.toml Normal file
View File

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