diff --git a/Cargo.lock b/Cargo.lock index d44daf69..74d75656 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -406,7 +406,7 @@ dependencies = [ [[package]] name = "stellar-xdr" -version = "0.0.6" +version = "0.0.7" dependencies = [ "arbitrary", "base64", diff --git a/Cargo.toml b/Cargo.toml index 5efb76fb..92223b36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://github.com/stellar/rs-stellar-xdr" repository = "https://github.com/stellar/rs-stellar-xdr" authors = ["Stellar Development Foundation "] license = "Apache-2.0" -version = "0.0.6" +version = "0.0.7" edition = "2021" rust-version = "1.64"