We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc74e6 commit 2aefb6cCopy full SHA for 2aefb6c
1 file changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "postgres"
3
-version = "0.0.1"
+version = "0.1.0"
4
authors = [ "Steven Fackler <sfackler@gmail.com>" ]
5
license = "MIT"
6
description = "A native PostgreSQL driver"
@@ -21,12 +21,10 @@ path = "tests/test.rs"
21
[features]
22
default = ["uuid", "time"]
23
24
-[dependencies.openssl]
25
-git = "https://github.com/sfackler/rust-openssl"
26
-
27
[dependencies]
28
phf = "*"
29
phf_mac = "*"
+openssl = "*"
30
31
[dependencies.uuid]
32
optional = true
0 commit comments