Skip to content

Commit 3eacb3c

Browse files
committed
fixing libflate bug
1 parent 3bfc0f7 commit 3eacb3c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,12 @@ serde = { version = "1", features = ["derive"] }
3838
serde_json = "1"
3939
tokio = { version = "1", features = ["full"] }
4040

41+
# Non-feature optional dependencies
42+
libflate = { version = "2", optional = true }
4143

4244
[target.'cfg(all(not(target_arch = "wasm32"), not(target_os = "windows")))'.dependencies]
4345
uname = "0.1.1"
4446

45-
# Non-feature optional dependencies
46-
libflate = { version = "2", optional = true }
47-
4847
[build-dependencies]
4948
protobuf-codegen = "3.4.0"
5049
async-std = { version = "1", default-features = false, features = ["default", "tokio1"] }

0 commit comments

Comments
 (0)