Skip to content

Commit 45fa564

Browse files
committed
Bump xgboost version to 0.81. [ci skip]
1 parent fd59f86 commit 45fa564

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xgboost-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xgboost-sys"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Dave Challis <[email protected]>"]
55
links = "xgboost"
66
build = "build.rs"

xgboost-sys/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
FFI bindings to [XGBoost](https://xgboost.readthedocs.io/), generated at compile
44
time with [bindgen](https://github.com/rust-lang-nursery/rust-bindgen).
55

6-
Currently uses XGBoost v0.80.0.
6+
Currently uses XGBoost v0.81.

0 commit comments

Comments
 (0)