From fd765927827e4e18d0aa9de0c9974d736bc7662a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 03:04:55 +0000 Subject: [PATCH] Publish Rust client v0.0.2 --- Cargo.lock | 2 +- clients/rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"