Skip to content

Commit b9b1cae

Browse files
committed
doens't build with such path
1 parent 01f2569 commit b9b1cae

File tree

2 files changed

+64
-96
lines changed

2 files changed

+64
-96
lines changed

Cargo.lock

Lines changed: 63 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

divvunspell/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ box-format = { version = "0.3.2", features = ["reader"], default-features = fals
3232
itertools = "0.12.1"
3333
strsim = "0.11.0"
3434
log = "0.4.11"
35-
cffi = { path = "../../../github/cffi", optional = true } #{ git = "https://github.com/cffi-rs/cffi", optional = true }
35+
cffi = { git = "https://github.com/cffi-rs/cffi", optional = true }
3636
unic-ucd-common = "0.9.0"
3737
flatbuffers = { version = "0.6.1", optional = true }
3838
env_logger = { version = "0.11.2", optional = true }

0 commit comments

Comments
 (0)