Add Keys
sync message
#967
Annotations
56 errors and 83 warnings
no method named `as_slice` found for reference `&[u8]` in the current scope:
libsignal-service/src/master_key.rs#L58
error[E0599]: no method named `as_slice` found for reference `&[u8]` in the current scope
--> libsignal-service/src/master_key.rs:58:27
|
58 | let inner = slice.as_slice().try_into()?;
| ^^^^^^^^
|
= help: items from traits can only be used if the trait is in scope
help: there is a method `slice` with a similar name, but with different arguments
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/traits.rs:1008:3
|
1008 | fn slice(&self, range: R) -> Self;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
help: trait `SlicePattern` which provides `as_slice` is implemented but not in scope; perhaps you want to import it
|
1 + use core::slice::SlicePattern;
|
|
no method named `as_slice` found for reference `&[u8]` in the current scope:
libsignal-service/src/master_key.rs#L23
error[E0599]: no method named `as_slice` found for reference `&[u8]` in the current scope
--> libsignal-service/src/master_key.rs:23:27
|
23 | let inner = slice.as_slice().try_into()?;
| ^^^^^^^^
|
= help: items from traits can only be used if the trait is in scope
help: there is a method `slice` with a similar name, but with different arguments
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/traits.rs:1008:3
|
1008 | fn slice(&self, range: R) -> Self;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
help: trait `SlicePattern` which provides `as_slice` is implemented but not in scope; perhaps you want to import it
|
1 + use core::slice::SlicePattern;
|
|
Clippy (libsignal-service)
Clippy had exited with the 101 exit code
|
no method named `as_slice` found for reference `&[u8]` in the current scope:
libsignal-service/src/master_key.rs#L58
error[E0599]: no method named `as_slice` found for reference `&[u8]` in the current scope
--> libsignal-service/src/master_key.rs:58:27
|
58 | let inner = slice.as_slice().try_into()?;
| ^^^^^^^^
|
= help: items from traits can only be used if the trait is in scope
help: there is a method `slice` with a similar name, but with different arguments
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/traits.rs:1008:3
|
1008 | fn slice(&self, range: R) -> Self;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
help: trait `SlicePattern` which provides `as_slice` is implemented but not in scope; perhaps you want to import it
|
1 + use core::slice::SlicePattern;
|
|
no method named `as_slice` found for reference `&[u8]` in the current scope:
libsignal-service/src/master_key.rs#L23
error[E0599]: no method named `as_slice` found for reference `&[u8]` in the current scope
--> libsignal-service/src/master_key.rs:23:27
|
23 | let inner = slice.as_slice().try_into()?;
| ^^^^^^^^
|
= help: items from traits can only be used if the trait is in scope
help: there is a method `slice` with a similar name, but with different arguments
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/traits.rs:1008:3
|
1008 | fn slice(&self, range: R) -> Self;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
help: trait `SlicePattern` which provides `as_slice` is implemented but not in scope; perhaps you want to import it
|
1 + use core::slice::SlicePattern;
|
|
Build (libsignal-service, Rust stable):
libsignal-service/src/master_key.rs#L23
no method named `as_slice` found for reference `&[u8]` in the current scope
|
Build (libsignal-service, Rust stable):
libsignal-service/src/master_key.rs#L58
no method named `as_slice` found for reference `&[u8]` in the current scope
|
Build (libsignal-service, Rust stable)
could not compile `libsignal-service` (lib) due to 2 previous errors
|
Build (libsignal-service, Rust stable)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Build (libsignal-service, Rust stable):
libsignal-service/src/master_key.rs#L23
no method named `as_slice` found for reference `&[u8]` in the current scope
|
Build (libsignal-service, Rust stable):
libsignal-service/src/master_key.rs#L58
no method named `as_slice` found for reference `&[u8]` in the current scope
|
Build (libsignal-service, Rust stable)
could not compile `libsignal-service` (lib) due to 2 previous errors
|
Build (libsignal-service, Rust stable)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Clippy (libsignal-service-hyper)
Clippy had exited with the 101 exit code
|
Build (libsignal-service, Rust nightly):
libsignal-service/src/master_key.rs#L23
no method named `as_slice` found for reference `&[u8]` in the current scope
|
Build (libsignal-service, Rust nightly):
libsignal-service/src/master_key.rs#L58
no method named `as_slice` found for reference `&[u8]` in the current scope
|
Build (libsignal-service, Rust nightly)
could not compile `libsignal-service` (lib) due to 2 previous errors
|
Build (libsignal-service, Rust nightly)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
no method named `as_slice` found for reference `&[u8]` in the current scope:
libsignal-service/src/master_key.rs#L58
error[E0599]: no method named `as_slice` found for reference `&[u8]` in the current scope
--> libsignal-service/src/master_key.rs:58:27
|
58 | let inner = slice.as_slice().try_into()?;
| ^^^^^^^^
|
= help: items from traits can only be used if the trait is in scope
help: there is a method `slice` with a similar name, but with different arguments
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/traits.rs:1008:3
|
1008 | fn slice(&self, range: R) -> Self;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
help: trait `SlicePattern` which provides `as_slice` is implemented but not in scope; perhaps you want to import it
|
1 + use core::slice::SlicePattern;
|
|
no method named `as_slice` found for reference `&[u8]` in the current scope:
libsignal-service/src/master_key.rs#L23
error[E0599]: no method named `as_slice` found for reference `&[u8]` in the current scope
--> libsignal-service/src/master_key.rs:23:27
|
23 | let inner = slice.as_slice().try_into()?;
| ^^^^^^^^
|
= help: items from traits can only be used if the trait is in scope
help: there is a method `slice` with a similar name, but with different arguments
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/traits.rs:1008:3
|
1008 | fn slice(&self, range: R) -> Self;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
help: trait `SlicePattern` which provides `as_slice` is implemented but not in scope; perhaps you want to import it
|
1 + use core::slice::SlicePattern;
|
|
no method named `as_slice` found for reference `&[u8]` in the current scope:
libsignal-service/src/master_key.rs#L58
error[E0599]: no method named `as_slice` found for reference `&[u8]` in the current scope
--> libsignal-service/src/master_key.rs:58:27
|
58 | let inner = slice.as_slice().try_into()?;
| ^^^^^^^^
|
= help: items from traits can only be used if the trait is in scope
help: there is a method `slice` with a similar name, but with different arguments
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/traits.rs:1008:3
|
1008 | fn slice(&self, range: R) -> Self;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
help: trait `SlicePattern` which provides `as_slice` is implemented but not in scope; perhaps you want to import it
|
1 + use core::slice::SlicePattern;
|
|
no method named `as_slice` found for reference `&[u8]` in the current scope:
libsignal-service/src/master_key.rs#L23
error[E0599]: no method named `as_slice` found for reference `&[u8]` in the current scope
--> libsignal-service/src/master_key.rs:23:27
|
23 | let inner = slice.as_slice().try_into()?;
| ^^^^^^^^
|
= help: items from traits can only be used if the trait is in scope
help: there is a method `slice` with a similar name, but with different arguments
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/traits.rs:1008:3
|
1008 | fn slice(&self, range: R) -> Self;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
help: trait `SlicePattern` which provides `as_slice` is implemented but not in scope; perhaps you want to import it
|
1 + use core::slice::SlicePattern;
|
|
Build (libsignal-service, Rust beta):
libsignal-service/src/master_key.rs#L23
no method named `as_slice` found for reference `&[u8]` in the current scope
|
Build (libsignal-service, Rust beta):
libsignal-service/src/master_key.rs#L58
no method named `as_slice` found for reference `&[u8]` in the current scope
|
Build (libsignal-service, Rust beta)
could not compile `libsignal-service` (lib) due to 2 previous errors
|
Build (libsignal-service, Rust beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Clippy (libsignal-service-actix)
Clippy had exited with the 101 exit code
|
Build (libsignal-service-hyper, Rust nightly):
libsignal-service/src/master_key.rs#L23
no method named `as_slice` found for reference `&[u8]` in the current scope
|
Build (libsignal-service-hyper, Rust nightly):
libsignal-service/src/master_key.rs#L58
no method named `as_slice` found for reference `&[u8]` in the current scope
|
Build (libsignal-service-hyper, Rust nightly)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Clippy (libsignal-service-hyper, unsend-futures)
Clippy had exited with the 101 exit code
|
Build (libsignal-service-hyper, Rust stable):
libsignal-service/src/master_key.rs#L23
no method named `as_slice` found for reference `&[u8]` in the current scope
|
Build (libsignal-service-hyper, Rust stable):
libsignal-service/src/master_key.rs#L58
no method named `as_slice` found for reference `&[u8]` in the current scope
|
Build (libsignal-service-hyper, Rust stable)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
no method named `as_slice` found for reference `&[u8]` in the current scope:
libsignal-service/src/master_key.rs#L58
error[E0599]: no method named `as_slice` found for reference `&[u8]` in the current scope
--> libsignal-service/src/master_key.rs:58:27
|
58 | let inner = slice.as_slice().try_into()?;
| ^^^^^^^^
|
= help: items from traits can only be used if the trait is in scope
help: there is a method `slice` with a similar name, but with different arguments
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/traits.rs:1008:3
|
1008 | fn slice(&self, range: R) -> Self;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
help: trait `SlicePattern` which provides `as_slice` is implemented but not in scope; perhaps you want to import it
|
1 + use core::slice::SlicePattern;
|
|
no method named `as_slice` found for reference `&[u8]` in the current scope:
libsignal-service/src/master_key.rs#L23
error[E0599]: no method named `as_slice` found for reference `&[u8]` in the current scope
--> libsignal-service/src/master_key.rs:23:27
|
23 | let inner = slice.as_slice().try_into()?;
| ^^^^^^^^
|
= help: items from traits can only be used if the trait is in scope
help: there is a method `slice` with a similar name, but with different arguments
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/traits.rs:1008:3
|
1008 | fn slice(&self, range: R) -> Self;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
help: trait `SlicePattern` which provides `as_slice` is implemented but not in scope; perhaps you want to import it
|
1 + use core::slice::SlicePattern;
|
|
Build (libsignal-service-hyper, Rust beta):
libsignal-service/src/master_key.rs#L23
no method named `as_slice` found for reference `&[u8]` in the current scope
|
Clippy (libsignal-service, unsend-futures)
Clippy had exited with the 101 exit code
|
Build (libsignal-service-hyper, Rust beta):
libsignal-service/src/master_key.rs#L58
no method named `as_slice` found for reference `&[u8]` in the current scope
|
Build (libsignal-service-hyper, Rust beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Build (libsignal-service-actix, Rust nightly):
libsignal-service/src/master_key.rs#L23
no method named `as_slice` found for reference `&[u8]` in the current scope
|
Build (libsignal-service-actix, Rust nightly):
libsignal-service/src/master_key.rs#L58
no method named `as_slice` found for reference `&[u8]` in the current scope
|
Build (libsignal-service-actix, Rust nightly)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Build (libsignal-service-actix, Rust stable):
libsignal-service/src/master_key.rs#L23
no method named `as_slice` found for reference `&[u8]` in the current scope
|
Build (libsignal-service-actix, Rust stable):
libsignal-service/src/master_key.rs#L58
no method named `as_slice` found for reference `&[u8]` in the current scope
|
Build (libsignal-service-actix, Rust stable)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Build (libsignal-service-actix, Rust 1.75):
libsignal-service/src/master_key.rs#L23
no method named `as_slice` found for reference `&[u8]` in the current scope
|
Build (libsignal-service-actix, Rust 1.75):
libsignal-service/src/master_key.rs#L58
no method named `as_slice` found for reference `&[u8]` in the current scope
|
Build (libsignal-service-actix, Rust 1.75)
could not compile `libsignal-service` (lib) due to 2 previous errors
|
Build (libsignal-service-actix, Rust 1.75)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Build (libsignal-service-hyper, Rust stable):
libsignal-service/src/master_key.rs#L23
no method named `as_slice` found for reference `&[u8]` in the current scope
|
Build (libsignal-service-hyper, Rust stable):
libsignal-service/src/master_key.rs#L58
no method named `as_slice` found for reference `&[u8]` in the current scope
|
Build (libsignal-service-hyper, Rust stable)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Build (libsignal-service-actix, Rust beta):
libsignal-service/src/master_key.rs#L23
no method named `as_slice` found for reference `&[u8]` in the current scope
|
Build (libsignal-service-actix, Rust beta):
libsignal-service/src/master_key.rs#L58
no method named `as_slice` found for reference `&[u8]` in the current scope
|
Build (libsignal-service-actix, Rust beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Check code formatting
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Clippy (libsignal-service)
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 (libsignal-service)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build (libsignal-service, Rust stable)
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://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build (libsignal-service, Rust stable)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build (libsignal-service, Rust stable)
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 (libsignal-service, Rust stable)
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 (libsignal-service, Rust stable)
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 (libsignal-service, Rust stable)
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 (libsignal-service, Rust stable)
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://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build (libsignal-service, Rust stable)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build (libsignal-service, Rust stable)
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 (libsignal-service, Rust stable)
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 (libsignal-service, Rust stable)
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 (libsignal-service, Rust stable)
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/
|
Clippy (libsignal-service-hyper)
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 (libsignal-service-hyper)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build (libsignal-service, Rust nightly)
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://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build (libsignal-service, Rust nightly)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build (libsignal-service, Rust nightly)
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 (libsignal-service, Rust nightly)
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 (libsignal-service, Rust nightly)
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 (libsignal-service, Rust nightly)
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 (libsignal-service, Rust beta)
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://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build (libsignal-service, Rust beta)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build (libsignal-service, Rust beta)
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 (libsignal-service, Rust beta)
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 (libsignal-service, Rust beta)
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 (libsignal-service, Rust beta)
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/
|
Clippy (libsignal-service-actix)
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 (libsignal-service-actix)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build (libsignal-service-hyper, Rust nightly)
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://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build (libsignal-service-hyper, Rust nightly)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build (libsignal-service-hyper, Rust nightly)
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 (libsignal-service-hyper, Rust nightly)
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 (libsignal-service-hyper, Rust nightly)
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 (libsignal-service-hyper, Rust nightly)
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/
|
Clippy (libsignal-service-hyper, unsend-futures)
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 (libsignal-service-hyper, unsend-futures)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build (libsignal-service-hyper, Rust stable)
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://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build (libsignal-service-hyper, Rust stable)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build (libsignal-service-hyper, Rust stable)
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 (libsignal-service-hyper, Rust stable)
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 (libsignal-service-hyper, Rust stable)
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 (libsignal-service-hyper, Rust stable)
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 (libsignal-service-hyper, Rust beta)
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://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Clippy (libsignal-service, unsend-futures)
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/
|
Build (libsignal-service-hyper, Rust beta)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Clippy (libsignal-service, unsend-futures)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build (libsignal-service-hyper, Rust beta)
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 (libsignal-service-hyper, Rust beta)
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 (libsignal-service-hyper, Rust beta)
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 (libsignal-service-hyper, Rust beta)
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 (libsignal-service-actix, Rust nightly)
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://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build (libsignal-service-actix, Rust nightly)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build (libsignal-service-actix, Rust nightly)
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 (libsignal-service-actix, Rust nightly)
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 (libsignal-service-actix, Rust nightly)
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 (libsignal-service-actix, Rust nightly)
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 (libsignal-service-actix, Rust stable)
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://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build (libsignal-service-actix, Rust stable)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build (libsignal-service-actix, Rust stable)
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 (libsignal-service-actix, Rust stable)
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 (libsignal-service-actix, Rust stable)
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 (libsignal-service-actix, Rust stable)
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 (libsignal-service-actix, Rust 1.75)
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://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build (libsignal-service-actix, Rust 1.75)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build (libsignal-service-actix, Rust 1.75)
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 (libsignal-service-actix, Rust 1.75)
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 (libsignal-service-actix, Rust 1.75)
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 (libsignal-service-actix, Rust 1.75)
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 (libsignal-service-hyper, Rust stable)
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://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build (libsignal-service-hyper, Rust stable)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build (libsignal-service-hyper, Rust stable)
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 (libsignal-service-hyper, Rust stable)
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 (libsignal-service-hyper, Rust stable)
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 (libsignal-service-hyper, Rust stable)
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 (libsignal-service-actix, Rust beta)
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://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build (libsignal-service-actix, Rust beta)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build (libsignal-service-actix, Rust beta)
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 (libsignal-service-actix, Rust beta)
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 (libsignal-service-actix, Rust beta)
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 (libsignal-service-actix, Rust beta)
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/
|