Closed PFC-developer closed 1 year ago
when I try to use
docker run --rm -v "$(pwd)":/code \ --mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \ --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \ cosmwasm/workspace-optimizer:0.13.0
it spits out issues about the use of is_some_and.
now version 0.14.0 of the workspace-optimizer doesn't fail. but then it refuses to upload the wasm generated to injective-888
the major difference is the optimizer used to use rust 169, and v14 uses 171.
looks like you deployed 0.2.1 that resolves this. thank you
when I try to use
it spits out issues about the use of is_some_and.
now version 0.14.0 of the workspace-optimizer doesn't fail. but then it refuses to upload the wasm generated to injective-888