bump deps, fix uuid #104
Annotations
1 error and 6 warnings
miri
unable to access 'https://github.com/BrettMayson/arma-rs/': The requested URL returned error: 502
|
associated function `from_bits` is never used:
arma-rs/src/flags.rs#L35
warning: associated function `from_bits` is never used
--> arma-rs/src/flags.rs:35:12
|
18 | impl FeatureFlags {
| ----------------- associated function in this implementation
...
35 | pub fn from_bits(bits: u64) -> Self {
| ^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
associated function `from_bits` is never used:
arma-rs/src/flags.rs#L35
warning: associated function `from_bits` is never used
--> arma-rs/src/flags.rs:35:12
|
18 | impl FeatureFlags {
| ----------------- associated function in this implementation
...
35 | pub fn from_bits(bits: u64) -> Self {
| ^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
sanitizers
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
miri
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
miri:
arma-rs/src/flags.rs#L35
associated function `from_bits` is never used
|
miri:
arma-rs/tests/emulate.rs#L30
creating a shared reference to mutable static is discouraged
|