diff --git a/Cargo.lock b/Cargo.lock index 6b01acd..c9d0a2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3967,7 +3967,7 @@ dependencies = [ [[package]] name = "solana-feature-gate-client" -version = "0.0.0" +version = "0.0.1" dependencies = [ "assert_matches", "borsh 0.10.3", diff --git a/clients/rust/Cargo.toml b/clients/rust/Cargo.toml index bc9a449..bdb66ce 100644 --- a/clients/rust/Cargo.toml +++ b/clients/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-feature-gate-client" -version = "0.0.0" +version = "0.0.1" description = "A generated Rust library for the Feature Gate program" repository = "https://github.com/solana-program/feature-gate" edition = "2021"