Skip to content

Commit 1e35b99

Browse files
committed
update submodule, module version
1 parent d16e2e2 commit 1e35b99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[submodule "xgboost-sys/xgboost"]
22
path = xgboost-sys/xgboost
3-
url = git@github.com:davechallis/xgboost
3+
url = https://github.com/davechallis/xgboost
44
branch = v0.80-modified
55
ignore = dirty

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xgboost"
3-
version = "0.1.4"
3+
version = "0.2.0"
44
authors = ["Dave Challis <[email protected]>"]
55
license = "MIT"
66
repository = "https://github.com/davechallis/rust-xgboost"
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/xgboost"
1010
readme = "README.md"
1111

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

0 commit comments

Comments
 (0)