Skip to content

Commit

Permalink
We now need a recent version of lazy_static
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Jul 18, 2024
1 parent 6ed8764 commit 1c1fffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ once_cell = "1.13.0"
# Fix minimal-versions
async-trait = { version = "0.1.56", optional = true }
futures-util = { version = "0.3.17", optional = true }
lazy_static = { version = "1.0.1", optional = true }
thiserror = { version = "1.0.31", optional = true }
smallvec = { version = "1.0", optional = true }

Expand Down

0 comments on commit 1c1fffa

Please sign in to comment.