Browse Source

Update repo to `edition = "2021"` (#3900)

Jon Cinque 2 years ago
parent
commit
9ac2b06d0c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      program/Cargo.toml

+ 1 - 1
program/Cargo.toml

@@ -5,7 +5,7 @@ description = "Solana Program Library Token"
 authors = ["Solana Maintainers <maintainers@solana.foundation>"]
 repository = "https://github.com/solana-labs/solana-program-library"
 license = "Apache-2.0"
-edition = "2018"
+edition = "2021"
 exclude = ["js/**"]
 
 [features]