We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da304ac commit 4fceb22Copy full SHA for 4fceb22
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All changes in this project will be noted in this file.
4
5
+## 0.8.12
6
+
7
+### Fixes
8
9
+Fixed stack overflow due to a `FromValue` impl
10
11
## 0.8.11
12
13
### Additions
Cargo.toml
@@ -9,7 +9,7 @@ license = "Apache-2.0"
name = "skytable"
readme = "README.md"
repository = "https://github.com/skytable/client-rust"
-version = "0.8.11"
+version = "0.8.12"
14
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
15
[dependencies]
@@ -19,7 +19,6 @@ sky-derive = "0.2"
19
tokio = { version = "1", features = ["full"] }
20
native-tls = "0.2"
21
tokio-native-tls = "0.3"
22
-rand = "0.8"
23
r2d2 = "0.8"
24
bb8 = "0.9"
25
itoa = "1"
0 commit comments