diff --git a/Cargo.lock b/Cargo.lock index 27061245..e0d38156 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -482,7 +482,7 @@ dependencies = [ [[package]] name = "stellar-xdr" -version = "0.0.9" +version = "0.0.10" dependencies = [ "arbitrary", "base64", diff --git a/Cargo.toml b/Cargo.toml index f5c5ad4d..40d9ccb0 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.9" +version = "0.0.10" edition = "2021" rust-version = "1.65"