Skip to content

Commit

Permalink
Release 0.39.0 (#226)
Browse files Browse the repository at this point in the history
Sync with `polkadot-v1.8.0`
  • Loading branch information
smiasojed authored Mar 8, 2024
1 parent c5fc9db commit f2caec9
Show file tree
Hide file tree
Showing 5 changed files with 1,376 additions and 1,548 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ build-mac:
before_script:
- unset CARGO_TARGET_DIR
script:
- rustup component add rust-src
- rustup target add wasm32-unknown-unknown
- rustup component add rust-src rustfmt
- rustup target add wasm32-unknown-unknown aarch64-apple-darwin
- time cargo build --release --target aarch64-apple-darwin
- rustup target add x86_64-apple-darwin
- time cargo build --release --target x86_64-apple-darwin
Expand Down
Loading

0 comments on commit f2caec9

Please sign in to comment.