Skip to content

Commit 2aefb6c

Browse files
committed
Switch to all registry deps
1 parent cbc74e6 commit 2aefb6c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
authors = [ "Steven Fackler <sfackler@gmail.com>" ]
55
license = "MIT"
66
description = "A native PostgreSQL driver"
@@ -21,12 +21,10 @@ path = "tests/test.rs"
2121
[features]
2222
default = ["uuid", "time"]
2323

24-
[dependencies.openssl]
25-
git = "https://github.com/sfackler/rust-openssl"
26-
2724
[dependencies]
2825
phf = "*"
2926
phf_mac = "*"
27+
openssl = "*"
3028

3129
[dependencies.uuid]
3230
optional = true

0 commit comments

Comments
 (0)