Skip to content

Commit 7fb3366

Browse files
committed
chore: specific version required for crates.io
1 parent 0d3bcb1 commit 7fb3366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ lightningcss = "=1.0.0-alpha.57"
8080
crates_io_api = { version = "0.11", default-features = false, optional = true }
8181

8282
# for enabling vendoring
83-
openssl = { version = "*", default-features = false, optional = true }
83+
openssl = { version = "0.10", default-features = false, optional = true }
8484

8585
[target.'cfg(windows)'.dependencies]
8686
# keep aligned with the version from tracing-subscriber

0 commit comments

Comments
 (0)