We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16e2e2 commit 1e35b99Copy full SHA for 1e35b99
.gitmodules
@@ -1,5 +1,5 @@
1
[submodule "xgboost-sys/xgboost"]
2
path = xgboost-sys/xgboost
3
- url = git@github.com:davechallis/xgboost
+ url = https://github.com/davechallis/xgboost
4
branch = v0.80-modified
5
ignore = dirty
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xgboost"
-version = "0.1.4"
+version = "0.2.0"
authors = ["Dave Challis <[email protected]>"]
license = "MIT"
6
repository = "https://github.com/davechallis/rust-xgboost"
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/xgboost"
10
readme = "README.md"
11
12
[dependencies]
13
-xgboost-sys = { path="./xgboost-sys" }
+xgboost-sys = "0.2.0"
14
libc = "0.2"
15
derive_builder = "0.5"
16
log = "0.4"
0 commit comments