Skip to content

Commit

Permalink
cargo: Do not specify patch version for lazy_static [minor]
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed Jun 2, 2024
1 parent de8d91c commit d9b0ebb
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 @@ -59,7 +59,7 @@ csv = { version = "1.1", default-features = false }
# email_address = "0.2"
env_logger = { version = "0.10", default-features = false }
git-version = { version = "0.3", default-features = false }
lazy_static = { version = "1.4.0", default-features = false }
lazy_static = { version = "1.4", default-features = false } # TODO Use once_cell instead
log = { version = "0.4", default-features = false }
#pulldown-cmark = {git = "https://github.com/lo48576/pulldown-cmark", branch="feature/heading-attrs"}
pulldown-cmark = { version = "0.11", default-features = false }
Expand Down

0 comments on commit d9b0ebb

Please sign in to comment.