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 22
33All 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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "Apache-2.0"
99name = " skytable"
1010readme = " README.md"
1111repository = " 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"
1919tokio = { version = " 1" , features = [" full" ] }
2020native-tls = " 0.2"
2121tokio-native-tls = " 0.3"
22- rand = " 0.8"
2322r2d2 = " 0.8"
2423bb8 = " 0.9"
2524itoa = " 1"
You can’t perform that action at this time.
0 commit comments