chore(cli): add patch to semver and update changelog #757
ci.yml
on: push
Build, check, and test with all features
1m 4s
Check code formatting
22s
Build using MSRV (lib only)
39s
Run clippy tests
39s
Check rustdoc
39s
Matrix: build_cli
Matrix: build_lib
Annotations
37 warnings
Check code formatting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check code formatting
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/
|
Check code formatting
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/
|
Check code formatting
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/
|
Check code formatting
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, check, and test with all features
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build library Just Services
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build library No features
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build library Just serde
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build library Just Game definitions
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build CLI No features
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build library Default
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build CLI Default
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build library Just games
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
doc list item without indentation:
crates/lib/src/buffer.rs#L142
warning: doc list item without indentation
--> crates/lib/src/buffer.rs:142:9
|
142 | /// the default delimiter of the decoder.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
142 | /// the default delimiter of the decoder.
| ++
|
doc list item without indentation:
crates/lib/src/buffer.rs#L141
warning: doc list item without indentation
--> crates/lib/src/buffer.rs:141:9
|
141 | /// delimiter is encountered. If not provided, the method will read until
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
141 | /// delimiter is encountered. If not provided, the method will read until
| ++
|
doc list item without indentation:
crates/lib/src/buffer.rs#L135
warning: doc list item without indentation
--> crates/lib/src/buffer.rs:135:9
|
135 | /// `StringDecoder` trait with the same byte order as the buffer.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
= note: `#[warn(clippy::doc_lazy_continuation)]` on by default
help: indent this line
|
135 | /// `StringDecoder` trait with the same byte order as the buffer.
| ++
|
doc list item without indentation:
crates/lib/src/buffer.rs#L142
warning: doc list item without indentation
--> crates/lib/src/buffer.rs:142:9
|
142 | /// the default delimiter of the decoder.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
142 | /// the default delimiter of the decoder.
| ++
|
doc list item without indentation:
crates/lib/src/buffer.rs#L141
warning: doc list item without indentation
--> crates/lib/src/buffer.rs:141:9
|
141 | /// delimiter is encountered. If not provided, the method will read until
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
141 | /// delimiter is encountered. If not provided, the method will read until
| ++
|
doc list item without indentation:
crates/lib/src/buffer.rs#L135
warning: doc list item without indentation
--> crates/lib/src/buffer.rs:135:9
|
135 | /// `StringDecoder` trait with the same byte order as the buffer.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
= note: `#[warn(clippy::doc_lazy_continuation)]` on by default
help: indent this line
|
135 | /// `StringDecoder` trait with the same byte order as the buffer.
| ++
|
ambiguous glob re-exports:
crates/lib/src/lib.rs#L57
warning: ambiguous glob re-exports
--> crates/lib/src/lib.rs:57:9
|
57 | pub use games::*;
| ^^^^^^^^ the name `query_with_timeout` in the value namespace is first re-exported here
...
60 | pub use query::*;
| -------- but the name `query_with_timeout` in the value namespace is also re-exported here
|
ambiguous glob re-exports:
crates/lib/src/lib.rs#L57
warning: ambiguous glob re-exports
--> crates/lib/src/lib.rs:57:9
|
57 | pub use games::*;
| ^^^^^^^^ the name `query` in the value namespace is first re-exported here
...
60 | pub use query::*;
| -------- but the name `query` in the value namespace is also re-exported here
|
can be more succinctly written as a byte str:
crates/lib/src/services/valve_master_server/service.rs#L33
warning: can be more succinctly written as a byte str
--> crates/lib/src/services/valve_master_server/service.rs:33:9
|
33 | &[b':'],
| ^^^^^^^ help: try: `b":"`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#byte_char_slices
= note: `#[warn(clippy::byte_char_slices)]` on by default
|
ambiguous glob re-exports:
crates/lib/src/games/mod.rs#L21
warning: ambiguous glob re-exports
--> crates/lib/src/games/mod.rs:21:9
|
21 | pub use minetest::*;
| ^^^^^^^^^^^ the name `query_with_timeout` in the value namespace is first re-exported here
...
44 | pub use query::*;
| -------- but the name `query_with_timeout` in the value namespace is also re-exported here
|
ambiguous glob re-exports:
crates/lib/src/games/mod.rs#L21
warning: ambiguous glob re-exports
--> crates/lib/src/games/mod.rs:21:9
|
21 | pub use minetest::*;
| ^^^^^^^^^^^ the name `query` in the value namespace is first re-exported here
...
44 | pub use query::*;
| -------- but the name `query` in the value namespace is also re-exported here
|
= note: `#[warn(ambiguous_glob_reexports)]` on by default
|
ambiguous glob re-exports:
crates/lib/src/lib.rs#L57
warning: ambiguous glob re-exports
--> crates/lib/src/lib.rs:57:9
|
57 | pub use games::*;
| ^^^^^^^^ the name `query_with_timeout` in the value namespace is first re-exported here
...
60 | pub use query::*;
| -------- but the name `query_with_timeout` in the value namespace is also re-exported here
|
ambiguous glob re-exports:
crates/lib/src/lib.rs#L57
warning: ambiguous glob re-exports
--> crates/lib/src/lib.rs:57:9
|
57 | pub use games::*;
| ^^^^^^^^ the name `query` in the value namespace is first re-exported here
...
60 | pub use query::*;
| -------- but the name `query` in the value namespace is also re-exported here
|
can be more succinctly written as a byte str:
crates/lib/src/services/valve_master_server/service.rs#L33
warning: can be more succinctly written as a byte str
--> crates/lib/src/services/valve_master_server/service.rs:33:9
|
33 | &[b':'],
| ^^^^^^^ help: try: `b":"`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#byte_char_slices
= note: `#[warn(clippy::byte_char_slices)]` on by default
|
ambiguous glob re-exports:
crates/lib/src/games/mod.rs#L21
warning: ambiguous glob re-exports
--> crates/lib/src/games/mod.rs:21:9
|
21 | pub use minetest::*;
| ^^^^^^^^^^^ the name `query_with_timeout` in the value namespace is first re-exported here
...
44 | pub use query::*;
| -------- but the name `query_with_timeout` in the value namespace is also re-exported here
|
ambiguous glob re-exports:
crates/lib/src/games/mod.rs#L21
warning: ambiguous glob re-exports
--> crates/lib/src/games/mod.rs:21:9
|
21 | pub use minetest::*;
| ^^^^^^^^^^^ the name `query` in the value namespace is first re-exported here
...
44 | pub use query::*;
| -------- but the name `query` in the value namespace is also re-exported here
|
= note: `#[warn(ambiguous_glob_reexports)]` on by default
|
Run clippy tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check rustdoc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build using MSRV (lib only)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build using MSRV (lib only)
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 using MSRV (lib only)
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 using MSRV (lib only)
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 using MSRV (lib only)
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/
|