Skip to content

Commit 2101ed6

Browse files
authored
Merge pull request #1 from postgresml/levkk-update-xbg
Levkk update xbg
2 parents 20104e1 + 4d9754d commit 2101ed6

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.gitmodules

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
[submodule "xgboost-sys/xgboost"]
22
path = xgboost-sys/xgboost
3-
url = https://github.com/davechallis/xgboost
4-
branch = master
3+
url = https://github.com/dmlc/xgboost

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"

xgboost-sys/xgboost

Submodule xgboost updated 927 files

0 commit comments

Comments
 (0)