Skip to content

Commit

Permalink
version: 0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ohsayan committed Feb 16, 2025
1 parent da304ac commit 4fceb22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 0.8.12

### Fixes

Fixed stack overflow due to a `FromValue` impl

## 0.8.11

### Additions
Expand Down
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

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

0 comments on commit 4fceb22

Please sign in to comment.