diff --git a/Cargo.lock b/Cargo.lock index 54b51b0..a13d142 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2442,7 +2442,7 @@ dependencies = [ [[package]] name = "solana-feature-gate-client" -version = "0.0.1" +version = "0.0.2" dependencies = [ "borsh 0.10.3", "num-derive", diff --git a/clients/rust/Cargo.toml b/clients/rust/Cargo.toml index ea3d1d9..a2272e3 100644 --- a/clients/rust/Cargo.toml +++ b/clients/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-feature-gate-client" -version = "0.0.1" +version = "0.0.2" description = "A generated Rust library for the Feature Gate program" repository = "https://github.com/solana-program/feature-gate" edition = "2021"