Skip to content

Commit 0ea0956

Browse files
committed
Update build scripts
1 parent 84cd411 commit 0ea0956

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: actions/checkout@v3
3636
- name: Format
3737
run: |
38+
rustup component add rustfmt
3839
cargo fmt -- --color=always --check
3940
4041
"lint_clippy_binaries":

cargo-concordium/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Unreleased
44

5+
- Change smart contract target to be `wasm32v1-none` (was `wasm32-unknown-unknown` before)
56
- Support specifying a profile using the `--profile` flag for both builds
67
and tests. Default is `release` as previously.
78

concordium-base

Submodule concordium-base updated 64 files

0 commit comments

Comments
 (0)