Skip to content

Commit 8affd41

Browse files
committed
1.0.8 - Bump crates
1 parent 70b9a82 commit 8affd41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightgbm3"
3-
version = "1.0.7"
3+
version = "1.0.8"
44
edition = "2021"
55
authors = [
66
"Dmitry Mottl <dmitry.mottl@gmail.com>",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Docs.rs](https://docs.rs/lightgbm3/badge.svg)](https://docs.rs/lightgbm3/)
44
[![build](https://github.com/Mottl/lightgbm3-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/Mottl/lightgbm3-rs/actions)
55

6-
**`lightgbm3`** is based on [`lightgbm`](https://github.com/vaaaaanquish/lightgbm-rs)
6+
**`lightgbm3`** is based on [`lightgbm`](https://github.com/vaaaaanquish/lightgbm-rs) crate
77
(which is unsupported by now), but it is not back-compatible with it.
88

99
## Installation

lightgbm3-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 = "lightgbm3-sys"
3-
version = "1.0.6"
3+
version = "1.0.8"
44
edition = "2021"
55
authors = ["Dmitry Mottl <dmitry.mottl@gmail.com>", "vaaaaanquish <6syun9@gmail.com>"]
66
build = "build.rs"

0 commit comments

Comments
 (0)