Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
estk committed Nov 29, 2023
1 parent 6d15cf4 commit 4d6c548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Info
run: |
cargo binstall -y --git https://github.com/estk/cargo-sort cargo-sort
cargo binstall -y --git https://github.com/estk/cargo-manifmt cargo-[email protected]
rustc --version
cargo --version --verbose
cargo clippy --version
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cargo-features = ["workspace-inheritance"]

[workspace]
resolver = "2"
members = [ "examples","trace4rs", "trace4rs-config", "trace4rs-fmtorp"]
members = ["examples", "trace4rs", "trace4rs-config", "trace4rs-fmtorp"]

[workspace.package]
version = "0.5.1"
Expand Down

0 comments on commit 4d6c548

Please sign in to comment.