Skip to content

Commit

Permalink
add openssl vendored feature & bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kazeno committed Oct 21, 2024
1 parent ceca2e9 commit 46bf99a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 12 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdbook-typst-pdf"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/KaiserY/mdbook-typst-pdf"
Expand Down Expand Up @@ -45,6 +45,7 @@ html5ever = "0.29.0"
regex = "1.11.0"
parking_lot = "0.12.3"
notify = "6"
openssl = { version = "0.10.68" , features = ["vendored"] }

# The profile that 'cargo dist' will build with
[profile.dist]
Expand Down

0 comments on commit 46bf99a

Please sign in to comment.