Skip to content

Commit

Permalink
use connection pool
Browse files Browse the repository at this point in the history
  • Loading branch information
letmutx committed Feb 2, 2020
1 parent 39ab6bc commit 877f3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ keywords = ["memcache", "memcached", "driver", "cache", "database"]

[features]
default = ["tls"]

tls = ["openssl"]

[dependencies]
Expand All @@ -19,3 +18,4 @@ url = "2.1.1"
rand = "0.7"
enum_dispatch = "0.2"
openssl = { version = "^0.10", optional = true }
r2d2 = "0.8.8"

0 comments on commit 877f3bb

Please sign in to comment.