We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f088d commit 5c85442Copy full SHA for 5c85442
Cargo.toml
@@ -25,8 +25,8 @@ facet = "0.28.0"
25
facet-reflect = "0.28.0"
26
git2 = { version = "0.20.2", default-features = false }
27
glob = "0.3"
28
-graphannis = { git = 'https://github.com/korpling/graphannis.git' }
29
-graphannis-core = { git = 'https://github.com/korpling/graphannis.git' }
+graphannis = "4.1.1"
+graphannis-core = "4.1.1"
30
graphviz-rust = "0.9.0"
31
indicatif = "0.17"
32
itertools = "0.12"
0 commit comments