stellar / rs-stellar-rpc-client

Rust Stellar RPC client.
0 stars 3 forks source link

Update strkey 0.0.9 and xdr 22.0.0-rc.1.1 #14

Closed leighmcculloch closed 2 days ago

leighmcculloch commented 2 days ago

What

Update strkey to 0.0.9 and xdr to 22.0.0-rc.1.1.

Why

Routine. So that the cli that is updating to v22 has the appropriate dependencies.

Strkey is being updated because it was updated in the xdr lib and to keep the number of strkey impls limited to one in the graph of this crate.

The xdr dep is a pre-release for protocol 22, so this will need updating to a stable version once it is released still, and if this crate was to be released it'd need to be released as a pre-release until the xdr lib version was updated.