Skip to content

Commit 7aba1f6

Browse files
committed
Update Cargo.toml
1 parent 015cf03 commit 7aba1f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libflate_lz77/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ core2 = { version = "0.4", default-features = false, features = ["alloc"] }
2020
hashbrown = { version = "0.13" }
2121

2222
[dev-dependencies]
23-
libflate = { path = "../", default-features = false }
23+
libflate = { path = "../", version = "2.0", default-features = false }
2424

2525
[features]
2626
default = ["std"]
27-
std = ["core2/std"]
27+
std = ["core2/std", "libflate/std"]

0 commit comments

Comments
 (0)