Skip to content

Commit 4152952

Browse files
committed
use submodule glucose_rs in dependency of cspuz_core
1 parent be713d1 commit 4152952

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cspuz_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ csp-extra-constraints = []
2424
[dependencies]
2525
getopts = { version = "0.2", optional = true }
2626
nom = { version = "7.0.0", optional = true }
27-
glucose_rs = { git = "https://github.com/semiexp/glucose_rs.git", optional = true }
27+
glucose_rs = { path = "./lib/glucose_rs", optional = true }
2828

2929
[build-dependencies]
3030
cc = "=1.2.1"

0 commit comments

Comments
 (0)