mirror of
https://github.com/openharmony/third_party_rust_rust-native-tls.git
synced 2026-07-01 20:24:01 -04:00
Merge pull request #72 from discosultan/patch-1
Update lazy_static to 1.0
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ documentation = "https://docs.rs/native-tls/0.1.4/native_tls"
|
||||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
lazy_static = "0.2"
|
||||
lazy_static = "1.0"
|
||||
|
||||
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
|
||||
security-framework = { version = "0.1.15", features = ["OSX_10_8" ]}
|
||||
|
||||
Reference in New Issue
Block a user