Merge pull request #578 from blockworks-foundation/using_correct_rustc

using correct rust compiler version so that tests pass
This commit is contained in:
galactus 2023-05-09 15:00:23 +02:00 committed by GitHub
commit d2b5bffb65
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.65"