Skip to content

Commit

Permalink
more features in doc / playground only
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Apr 24, 2022
1 parent 0a61f71 commit 0d2a192
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yedb"
version = "0.4.1"
version = "0.4.2"
authors = ["Sergei S. <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -11,10 +11,10 @@ keywords = ["database", "server", "client", "key-value"]
autoexamples = false

[package.metadata.docs.rs]
features = ["client-sync", "client-async"]
features = ["client-sync", "client-async", "client-local-async", "client-elbus-async"]

[package.metadata.playground]
features = ["client-sync", "client-async"]
features = ["client-sync", "client-async", "client-local-async", "client-elbus-async"]

[lib]
name = "yedb"
Expand Down

0 comments on commit 0d2a192

Please sign in to comment.