Skip to content

Commit 4d9754d

Browse files
committed
Use Path
1 parent eef30f9 commit 4d9754d

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
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/xgboost"
1010
readme = "README.md"
1111

1212
[dependencies]
13-
xgboost-sys = "0.2.0"
13+
xgboost-sys = { path = "xgboost-sys" }
1414
libc = "0.2"
1515
derive_builder = "0.5"
1616
log = "0.4"

0 commit comments

Comments
 (0)