Skip to content

Commit

Permalink
[chore] Bump env_logger
Browse files Browse the repository at this point in the history
And make it a workspace dependency
  • Loading branch information
cmyr committed Mar 20, 2024
1 parent dd494eb commit 5d44820
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ members = [

[workspace.dependencies]
# dev dependencies
env_logger = "0.11"
pretty_assertions = "1.3.0"

[workspace.metadata.release]
Expand Down
2 changes: 1 addition & 1 deletion font-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ toml = "0.7.5"
serde = {version = "1.0", features = ["derive"] }
xflags = "0.3.0"
log = "0.4"
env_logger = "0.10.0"
rayon = "1.5.3"
indexmap = "2.0"
env_logger.workspace = true

# cargo-release settings
[package.metadata.release]
Expand Down
5 changes: 3 additions & 2 deletions write-fonts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ font-test-data = { path = "../font-test-data" }
read-fonts = { version = "0.17.0", path = "../read-fonts", features = [
"codegen_test",
] }
env_logger = "0.10.0"
rstest = "0.18.0"
pretty_assertions.workspace = true
bincode = "1.0"

pretty_assertions.workspace = true
env_logger.workspace = true

0 comments on commit 5d44820

Please sign in to comment.