Skip to content

Bump version to 0.6.0-rc.6. #873

Bump version to 0.6.0-rc.6.

Bump version to 0.6.0-rc.6. #873

Triggered via push July 13, 2023 14:19
Status Failure
Total duration 2m 27s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

rust.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors
format
Error: ENOENT: no such file or directory, opendir '/home/runner/work/bitmask-core/bitmask-core/target'
lint-wasm: tests/web_wallet.rs#L1
error: unneeded sub `cfg` when there is only one condition --> tests/web_wallet.rs:1:8 | 1 | #![cfg(all(target_arch = "wasm32"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `target_arch = "wasm32"` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#non_minimal_cfg = note: `-D clippy::non-minimal-cfg` implied by `-D warnings`
lint-wasm: tests/rgb/web/contracts.rs#L4
error: unneeded sub `cfg` when there is only one condition --> tests/rgb/web/contracts.rs:4:8 | 4 | #![cfg(all(target_arch = "wasm32"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `target_arch = "wasm32"` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#non_minimal_cfg = note: `-D clippy::non-minimal-cfg` implied by `-D warnings`
lint-wasm: tests/rgb/web/imports.rs#L4
error: unneeded sub `cfg` when there is only one condition --> tests/rgb/web/imports.rs:4:8 | 4 | #![cfg(all(target_arch = "wasm32"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `target_arch = "wasm32"` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#non_minimal_cfg
lint-wasm
Process completed with exit code 1.
lint: tests/web_storage.rs#L1
error: unneeded sub `cfg` when there is only one condition --> tests/web_storage.rs:1:8 | 1 | #![cfg(all(target_arch = "wasm32"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `target_arch = "wasm32"` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#non_minimal_cfg = note: `-D clippy::non-minimal-cfg` implied by `-D warnings`
lint
Process completed with exit code 1.