From a9b0309c1f66a58f853f722eab250d519d8a4c30 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 --- programs/zk-token-proof/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/zk-token-proof/Cargo.toml b/programs/zk-token-proof/Cargo.toml index de7d94d664..5a2fb514fc 100644 --- a/programs/zk-token-proof/Cargo.toml +++ b/programs/zk-token-proof/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]