osmosis-labs / mesh-security

Other
62 stars 8 forks source link

Specify precise deps / set minimum cw version #160

Closed maurolacy closed 11 months ago

maurolacy commented 11 months ago

Update CosmWasm and tools to latest compatible versions.

uint commented 10 months ago

Belatedly, this probably didn't update anything. What you did was narrow version requirements to give dependency resolution less to work with. The actual version numbers reside in Cargo.lock and are updated with cargo update.

maurolacy commented 10 months ago

Since there are no Cargo.lock changes, you're exactly right.

This was an attempt to update everything to latest CosmWasm 1.5.0, which failed because of some outdated deps.

Anyway, I think specifying precise deps versions is better, so. Will belatedly edit the PR's title.