diff options
Diffstat (limited to 'openssl/Cargo.toml')
| -rw-r--r-- | openssl/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index 9478e475..b8e88ea9 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -17,7 +17,7 @@ all-features = true v101 = [] v102 = [] v110 = [] -v111 = ["v110"] +v111 = [] [dependencies] bitflags = "1.0" |