Skip to content

Commit

Permalink
fix: bump logid version to fix diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
mhatzl committed Mar 1, 2023
1 parent aa41c58 commit ee7e07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ readme = "README.md"
license = "MIT"

[workspace.dependencies]
logid = { version = "0.6.0", features = ["diagnostics", "causes"] }
logid = { version = "0.6.1", features = ["diagnostics", "causes"] }
once_cell = "1.13.0"
clap = { version = "^3.1.0", features = ["derive", "cargo", "env"] }

0 comments on commit ee7e07a

Please sign in to comment.