Skip to content

Commit 48ef6c2

Browse files
committed
We now need a recent version of lazy_static
1 parent 6ed8764 commit 48ef6c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ once_cell = "1.13.0"
3434
# Fix minimal-versions
3535
async-trait = { version = "0.1.56", optional = true }
3636
futures-util = { version = "0.3.17", optional = true }
37+
lazy_static = { version = "1.0.2", optional = true }
3738
thiserror = { version = "1.0.31", optional = true }
3839
smallvec = { version = "1.0", optional = true }
3940

0 commit comments

Comments
 (0)