Skip to content

Update base64 requirement from 0.21 to 0.22 (#22) #94

Update base64 requirement from 0.21 to 0.22 (#22)

Update base64 requirement from 0.21 to 0.22 (#22) #94

Triggered via push March 21, 2024 19:18
Status Success
Total duration 1m 20s
Artifacts

build+test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
rustfmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
rustfmt
Unexpected input(s) 'profile', 'override', valid inputs are ['toolchain', 'targets', 'target', 'components']
test
Unexpected input(s) 'profile', 'override', valid inputs are ['toolchain', 'targets', 'target', 'components']
usage of an `Arc` that is not `Send` and `Sync`: client/src/wasm_websocket.rs#L113
warning: usage of an `Arc` that is not `Send` and `Sync` --> client/src/wasm_websocket.rs:113:24 | 113 | let ready_tx = Arc::new(RefCell::new(Some(ready_tx))); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `Arc<RefCell<Option<Sender<()>>>>` is not `Send` and `Sync` as: = note: - the trait `Sync` is not implemented for `RefCell<Option<Sender<()>>>` = help: consider using an `Rc` instead. `Arc` does not provide benefits for non `Send` and `Sync` types = note: if you intend to use `Arc` with `Send` and `Sync` traits = note: wrap the inner type with a `Mutex` or implement `Send` and `Sync` for `RefCell<Option<Sender<()>>>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync = note: `#[warn(clippy::arc_with_non_send_sync)]` on by default
clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
clippy
Unexpected input(s) 'profile', 'override', valid inputs are ['toolchain', 'targets', 'target', 'components']