Merge remote-tracking branch 'origin/develop' into benny/nym-api-test… #337
Annotations
15 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://***.blog/changelog/2023-06-13-***-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://***.blog/changelog/2022-10-11-***-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://***.blog/changelog/2022-10-11-***-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://***.blog/changelog/2022-10-11-***-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://***.blog/changelog/2022-10-11-***-actions-deprecating-save-state-and-set-output-commands/
|
build
profile package spec `nym-wasm-sdk` in profile `release` did not match any packages
|
build
failed to parse serde attribute
|
build
failed to parse serde attribute
|
build
failed to parse serde attribute
|
build
failed to parse serde attribute
|
build
failed to parse serde attribute
|
build
failed to parse serde attribute
|
build
failed to parse serde attribute
|
this expression creates a reference which is immediately dereferenced by the compiler:
tools/internal/sdk-version-bump/src/helpers.rs#L82
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> tools/internal/sdk-version-bump/src/helpers.rs:82:42
|
82 | pre: try_bump_raw_prerelease(&self.pre.as_str())?,
| ^^^^^^^^^^^^^^^^^^ help: change this to: `self.pre.as_str()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `#[warn(clippy::needless_borrow)]` on by default
|
this expression creates a reference which is immediately dereferenced by the compiler:
tools/internal/sdk-version-bump/src/helpers.rs#L82
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> tools/internal/sdk-version-bump/src/helpers.rs:82:42
|
82 | pre: try_bump_raw_prerelease(&self.pre.as_str())?,
| ^^^^^^^^^^^^^^^^^^ help: change this to: `self.pre.as_str()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `#[warn(clippy::needless_borrow)]` on by default
|