You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo 1.63.0 (fd9c4297c 2022-07-01)
Building artifacts in workspace...
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error { inner: ErrorInner { kind: Custom, line: None, col: 0, message: "missing field `workspace`", key: [] } }', src/main.rs:35:55
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Git Branch: main
The text was updated successfully, but these errors were encountered:
You don't run workspace optimizer on the smart contract level - instead, you execute it in the root folder so you build all contracts in the workspace. If you want to build only a single contract, you don't use workspace optimizer, but rust optimizer:
While running the command
in
cw2-base
smart contract getting errorGit Branch: main
The text was updated successfully, but these errors were encountered: