From ac75e386dd3cccbc10fe8b4b42f6acf75d126121 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 19 Mar 2021 09:05:59 -0700 Subject: [PATCH] Fix version --- 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 a35f19b463..6a88406353 100644 --- a/web3.js/test/fixtures/noop-program/Cargo.toml +++ b/web3.js/test/fixtures/noop-program/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-bpf-rust-noop" -version = "0.1.0" +version = "1.17.0" description = "Solana BPF noop program written in Rust" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana"