Closed nicolaslara closed 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
workspace-inheritance
cargo-features = ["workspace-inheritance"]
Awesome @nicolaslara, thx
workspace-inheritance
has been stabilized in cargo 0.65. This change allows cw-optimizoor to compile contracts using workspace inheritance without needing to specifycargo-features = ["workspace-inheritance"]
on top of every Cargo.toml