mandrean / cw-optimizoor

A blazingly fast compiling & optimization tool for CosmWasm smart contracts.
MIT License
49 stars 6 forks source link

Update cargo dependency to 0.65 #24

Closed nicolaslara closed 1 year ago

nicolaslara commented 1 year ago

workspace-inheritance has been stabilized in cargo 0.65. This change allows cw-optimizoor to compile contracts using workspace inheritance without needing to specify cargo-features = ["workspace-inheritance"] on top of every Cargo.toml

mandrean commented 1 year ago

Awesome @nicolaslara, thx