Skip to content

Release 0.7.0

Release 0.7.0 #546

Triggered via push July 10, 2023 08:26
Status Success
Total duration 20m 3s
Artifacts 4

rust.yml

on: push
Matrix: build
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

23 warnings
security_audit
1 warnings found!
this let-binding has unit value: zerostash-files/src/tree.rs#L375
warning: this let-binding has unit value --> zerostash-files/src/tree.rs:375:13 | 375 | / _ = entries.upsert( 376 | | name.into(), 377 | | move || noderef, 378 | | |_, v| { ... | 381 | | }, 382 | | ); | |_____________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_unit_value = note: `#[warn(clippy::let_unit_value)]` on by default help: omit the `let` binding | 375 ~ entries.upsert( 376 + name.into(), 377 + move || noderef, 378 + |_, v| { 379 + noderef = *v; 380 + update = true; 381 + }, 382 ~ );; |
constant `SERVICE_NAME` is never used: zerostash/src/config/symmetric_key.rs#L6
warning: constant `SERVICE_NAME` is never used --> zerostash/src/config/symmetric_key.rs:6:7 | 6 | const SERVICE_NAME: &str = "dev.symmetree.zerostash"; | ^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
unused variable: `stash`: zerostash/src/config/symmetric_key.rs#L77
warning: unused variable: `stash` --> zerostash/src/config/symmetric_key.rs:77:42 | 77 | pub fn interactive_credentials(self, stash: &str) -> Result<(SecretString, SecretString)> { | ^^^^^ help: if this is intentional, prefix it with an underscore: `_stash`
unused variable: `stash`: zerostash/src/config/symmetric_key.rs#L49
warning: unused variable: `stash` --> zerostash/src/config/symmetric_key.rs:49:34 | 49 | pub fn fill_random(mut self, stash: &str) -> Result<Self> { | ^^^^^ help: if this is intentional, prefix it with an underscore: `_stash` | = note: `#[warn(unused_variables)]` on by default
this let-binding has unit value: zerostash-files/src/tree.rs#L375
warning: this let-binding has unit value --> zerostash-files/src/tree.rs:375:13 | 375 | / _ = entries.upsert( 376 | | name.into(), 377 | | move || noderef, 378 | | |_, v| { ... | 381 | | }, 382 | | ); | |_____________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_unit_value = note: `#[warn(clippy::let_unit_value)]` on by default help: omit the `let` binding | 375 ~ entries.upsert( 376 + name.into(), 377 + move || noderef, 378 + |_, v| { 379 + noderef = *v; 380 + update = true; 381 + }, 382 ~ );; |
this let-binding has unit value: zerostash-files/src/tree.rs#L375
warning: this let-binding has unit value --> zerostash-files/src/tree.rs:375:13 | 375 | / _ = entries.upsert( 376 | | name.into(), 377 | | move || noderef, 378 | | |_, v| { ... | 381 | | }, 382 | | ); | |_____________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_unit_value = note: `#[warn(clippy::let_unit_value)]` on by default help: omit the `let` binding | 375 ~ entries.upsert( 376 + name.into(), 377 + move || noderef, 378 + |_, v| { 379 + noderef = *v; 380 + update = true; 381 + }, 382 ~ );; |
build (macos-m1)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (macos-m1)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (macos-m1)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (macos-m1)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (windows)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (windows)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (windows)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (windows)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
linux
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
linux
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
linux
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
linux
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (macos)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (macos)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (macos)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (macos)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Artifacts

Produced during runtime
Name Size
0s-9d078b668cd865b0bcb622f7db0745a61082a8b5-aarch64-apple-darwin Expired
6.61 MB
0s-9d078b668cd865b0bcb622f7db0745a61082a8b5-x86_64-apple-darwin Expired
7.7 MB
0s-9d078b668cd865b0bcb622f7db0745a61082a8b5-x86_64-linux Expired
9.72 MB
0s-9d078b668cd865b0bcb622f7db0745a61082a8b5-x86_64-pc-windows-msvc.exe Expired
7.79 MB