Skip to content

Commit 72d7dc3

Browse files
committed
Depend directly on clipper2c-sys branch
1 parent 320fbea commit 72d7dc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ usingz = ["clipper2c-sys/usingz"]
1919

2020
[dependencies]
2121
libc = "0.2"
22-
clipper2c-sys = { path = "../clipper2c-sys" }
22+
clipper2c-sys = { rev = "210878394637f94bcd3a476bdf24ddf4ba8a39fd", git = "https://github.com/tirithen/clipper2c-sys" }
2323
thiserror = "1.0.59"
2424
serde = { version = "1", features = ["derive"], optional = true }
2525

@@ -34,4 +34,3 @@ serde_json = "1"
3434
features = ["doc-images"]
3535

3636
[patch.crates-io]
37-
# clipper2c-sys = { rev = "210878394637f94bcd3a476bdf24ddf4ba8a39fd", git = "https://github.com/tirithen/clipper2c-sys" }

0 commit comments

Comments
 (0)