Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sile committed Jul 8, 2023
1 parent 015cf03 commit 7aba1f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libflate_lz77/Cargo.toml
Expand Up @@ -20,8 +20,8 @@ core2 = { version = "0.4", default-features = false, features = ["alloc"] }
hashbrown = { version = "0.13" }

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

[features]
default = ["std"]
std = ["core2/std"]
std = ["core2/std", "libflate/std"]

0 comments on commit 7aba1f6

Please sign in to comment.