File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All changes in this project will be noted in this file.
4
4
5
+ ## 0.8.12
6
+
7
+ ### Fixes
8
+
9
+ Fixed stack overflow due to a ` FromValue ` impl
10
+
5
11
## 0.8.11
6
12
7
13
### Additions
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "Apache-2.0"
9
9
name = " skytable"
10
10
readme = " README.md"
11
11
repository = " https://github.com/skytable/client-rust"
12
- version = " 0.8.11 "
12
+ version = " 0.8.12 "
13
13
14
14
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
15
15
[dependencies ]
@@ -19,7 +19,6 @@ sky-derive = "0.2"
19
19
tokio = { version = " 1" , features = [" full" ] }
20
20
native-tls = " 0.2"
21
21
tokio-native-tls = " 0.3"
22
- rand = " 0.8"
23
22
r2d2 = " 0.8"
24
23
bb8 = " 0.9"
25
24
itoa = " 1"
You can’t perform that action at this time.
0 commit comments