Closed leighmcculloch closed 11 months ago
Update min version of escape-bytes required to get bug fix
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.
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.