Skip to content

Commit 2fcbfd5

Browse files
committed
change git repo to crates.io
1 parent b6ce6e9 commit 2fcbfd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ miniz-sys = { path = "miniz-sys", version = "0.1.7", optional = true }
2424
libz-sys = { version = "1.0", optional = true }
2525
tokio-io = { version = "0.1", optional = true }
2626
futures = { version = "0.1", optional = true }
27-
miniz_oxide_c_api = { git = "https://github.com/Frommi/miniz_oxide.git", version = "0.1", optional = true}
27+
miniz_oxide_c_api = { version = "0.1", optional = true}
2828

2929
[dev-dependencies]
3030
rand = "0.3"

0 commit comments

Comments
 (0)