File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " xgboost"
3- version = " 0.1.2 "
3+ version = " 0.1.3 "
44authors = [" Dave Challis <dave@suicas.net>" ]
55license = " MIT"
66repository = " https://github.com/davechallis/rust-xgboost"
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/xgboost"
1010readme = " README.md"
1111
1212[dependencies ]
13- xgboost-sys = " 0.1"
13+ xgboost-sys = " 0.1.2 "
1414libc = " 0.2"
1515derive_builder = " 0.5"
1616log = " 0.4"
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ more detailed examples of different features.
5858Currently in a very early stage of development, so the API is changing as usability issues occur,
5959or new features are supported.
6060
61- Builds against XGBoost 0.80 .
61+ Builds against XGBoost 0.81 .
6262
6363### Platforms
6464
You can’t perform that action at this time.
0 commit comments