Skip to content

Commit 55cd90c

Browse files
committed
Use xgboost v0.81.
1 parent 45fa564 commit 55cd90c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.2"
3+
version = "0.1.3"
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 = "0.1"
13+
xgboost-sys = "0.1.2"
1414
libc = "0.2"
1515
derive_builder = "0.5"
1616
log = "0.4"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ more detailed examples of different features.
5858
Currently in a very early stage of development, so the API is changing as usability issues occur,
5959
or new features are supported.
6060

61-
Builds against XGBoost 0.80.
61+
Builds against XGBoost 0.81.
6262

6363
### Platforms
6464

0 commit comments

Comments
 (0)