Skip to content

Commit

Permalink
0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Mar 27, 2022
1 parent 8b84505 commit 6d06965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yedb"
version = "0.3.5"
version = "0.3.6"
authors = ["Sergei S. <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down Expand Up @@ -50,7 +50,7 @@ getch = { version = "0.2.1", optional = true }
prettytable-rs = { version = "0.8.0", optional = true }
simple-pool = { version = "0.0.9", optional = true }
bma-benchmark = { version = "=0.0.16", optional = true }
elbus = { version = "0.1.24", optional = true, features = ["rpc", "ipc"] }
elbus = { version = "0.1.25", optional = true, features = ["rpc", "ipc"] }
async-trait = { version = "0.1.51", optional = true }

[features]
Expand Down

0 comments on commit 6d06965

Please sign in to comment.