diff --git a/Cargo.lock b/Cargo.lock index 9201b34..076ffde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1079,7 +1079,7 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" [[package]] name = "stellar-rpc-client" -version = "22.0.0-rc.1" +version = "22.0.0" dependencies = [ "clap", "hex", diff --git a/Cargo.toml b/Cargo.toml index 98c8af4..4e50e22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/soroban-rpc" authors = ["Stellar Development Foundation "] license = "Apache-2.0" readme = "README.md" -version = "22.0.0-rc.1" +version = "22.0.0" edition = "2021" rust-version = "1.74.0" autobins = false