Skip to content

Commit e8413dc

Browse files
committed
Move xgboost-sys dep from local to remote.
1 parent 2a2ca6f commit e8413dc

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
@@ -9,7 +9,7 @@ description = "Machine learning using XGBoost"
99
documentation = "https://docs.rs/xgboost"
1010

1111
[dependencies]
12-
xgboost-sys = { path = "xgboost-sys", version = "0.1.0" }
12+
xgboost-sys = "0.1"
1313
libc = "0.2"
1414
derive_builder = "0.5"
1515
log = "0.4"

0 commit comments

Comments
 (0)