Skip to content

Commit 7d13eab

Browse files
committed
Version bump
1 parent c3175ff commit 7d13eab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ members = ["cli", "tests"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.9.0"
6+
version = "0.9.1"
77
authors = ["Martin Haug <[email protected]>", "Laurenz Stampfl <[email protected]>"]
88
edition = "2021"
99
repository = "https://github.com/typst/svg2pdf"
1010
readme = "README.md"
1111
license = "MIT OR Apache-2.0"
1212

1313
[workspace.dependencies]
14-
svg2pdf = { path = "." }
14+
svg2pdf = { path = ".", version = "0.9.1" }
1515
clap = { version = "4.4.2", features = ["derive"] }
1616
clap_complete = "4.4.3"
1717
clap_mangen = "0.2.14"

0 commit comments

Comments
 (0)