Skip to content

Commit

Permalink
Downgrade env_logger.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed May 10, 2024
1 parent 737756e commit 0d181fb
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 @@ -27,7 +27,7 @@ features = ["opentype-layout", "apple-layout", "variable-fonts", "glyph-names"]
fontconfig-parser = { version = "0.5", optional = true, default-features = false }

[dev-dependencies]
env_logger = { version = "0.11", default-features = false }
env_logger = { version = "0.10", default-features = false }

[features]
default = ["std", "fs", "memmap", "fontconfig"]
Expand Down

0 comments on commit 0d181fb

Please sign in to comment.