Bump rust edition to 2021 to match rest of repo (#25923)

This commit is contained in:
steviez 2022-06-12 02:42:40 -05:00 committed by GitHub
parent 853b0ea966
commit 655b40a2b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
documentation = "https://docs.rs/solana-bpf-rust-zktoken_crypto"
edition = "2018"
edition = "2021"
[dependencies]
solana-program = { path = "../../../../sdk/program", version = "=1.11.0" }

View File

@ -7,7 +7,7 @@ repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
documentation = "https://docs.rs/solana-bpf-rust-zktoken_crypto"
edition = "2018"
edition = "2021"
[dependencies]
solana-program = { path = "../../../../sdk/program", version = "=1.11.0" }