From e011502875a22d5bc037e91688e460eace1df87e Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 15 Dec 2021 23:40:03 -0800 Subject: [PATCH] Update to Rust 2021 edition --- zk-token-sdk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zk-token-sdk/Cargo.toml b/zk-token-sdk/Cargo.toml index f87a67b6a..d0b7da237 100644 --- a/zk-token-sdk/Cargo.toml +++ b/zk-token-sdk/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana-program-library" version = "0.1.0" license = "Apache-2.0" -edition = "2018" +edition = "2021" publish = false [dependencies]