stellar / rs-stellar-xdr

Rust lib for Stellar XDR.
Apache License 2.0
20 stars 27 forks source link

Update min version of escape-bytes required to get bug fix #331

Closed leighmcculloch closed 11 months ago

leighmcculloch commented 11 months ago

What

Update min version of escape-bytes required to get bug fix

Why

I accidentally imported alloc into escape-bytes without it being behind a feature gate. That causes alloc to be imported upstream in places it can't be, like the soroban-sdk.