Skip to content

Commit eecf75e

Browse files
committed
Pin to specific aws-lc-sys version
1 parent 5686e16 commit eecf75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openssl-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ aws-lc = ['aws-lc-sys']
2323
[dependencies]
2424
libc = "0.2"
2525
bssl-sys = { version = "0.1.0", optional = true }
26-
aws-lc-sys = { version = "0", features = ["ssl"], optional = true }
26+
aws-lc-sys = { version = "0.27", features = ["ssl"], optional = true }
2727

2828
[build-dependencies]
2929
bindgen = { version = "0.69.0", optional = true, features = ["experimental"] }

0 commit comments

Comments
 (0)