From 0406d524e62ad5f4291ced6e6835374dade743d3 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 30 Nov 2021 16:54:58 -0800 Subject: [PATCH] chore: upgrade to Rust 2021 --- web3.js/test/fixtures/noop-program/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3.js/test/fixtures/noop-program/Cargo.toml b/web3.js/test/fixtures/noop-program/Cargo.toml index c9711ae6c6..2fd9330f8d 100644 --- a/web3.js/test/fixtures/noop-program/Cargo.toml +++ b/web3.js/test/fixtures/noop-program/Cargo.toml @@ -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-noop" -edition = "2018" +edition = "2021" [dependencies] num-derive = "0.3"