Skip to content

Commit 4fceb22

Browse files
committed
version: 0.8.12
1 parent da304ac commit 4fceb22

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All changes in this project will be noted in this file.
44

5+
## 0.8.12
6+
7+
### Fixes
8+
9+
Fixed stack overflow due to a `FromValue` impl
10+
511
## 0.8.11
612

713
### Additions

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "Apache-2.0"
99
name = "skytable"
1010
readme = "README.md"
1111
repository = "https://github.com/skytable/client-rust"
12-
version = "0.8.11"
12+
version = "0.8.12"
1313

1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515
[dependencies]
@@ -19,7 +19,6 @@ sky-derive = "0.2"
1919
tokio = { version = "1", features = ["full"] }
2020
native-tls = "0.2"
2121
tokio-native-tls = "0.3"
22-
rand = "0.8"
2322
r2d2 = "0.8"
2423
bb8 = "0.9"
2524
itoa = "1"

0 commit comments

Comments
 (0)