Skip to content

Commit 46bf99a

Browse files
committed
add openssl vendored feature & bump version to 0.5.1
1 parent ceca2e9 commit 46bf99a

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdbook-typst-pdf"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/KaiserY/mdbook-typst-pdf"
@@ -45,6 +45,7 @@ html5ever = "0.29.0"
4545
regex = "1.11.0"
4646
parking_lot = "0.12.3"
4747
notify = "6"
48+
openssl = { version = "0.10.68" , features = ["vendored"] }
4849

4950
# The profile that 'cargo dist' will build with
5051
[profile.dist]

0 commit comments

Comments
 (0)