Upgrade native-tls 0.1 -> 0.2

pull/29/head
Ryan Leckey 6 years ago
parent fb346ad750
commit a496cc7e5f
  1. 5
      Cargo.toml

@ -30,10 +30,7 @@ utf-8 = "0.7.1"
[dependencies.native-tls]
optional = true
version = "0.1.5"
version = "0.2"
[dev-dependencies]
env_logger = "0.5.3"
[patch.crates-io]
native-tls = { git = "https://github.com/sfackler/rust-native-tls.git" }

Loading…
Cancel
Save