Skip to content

Commit 2418c39

Browse files
committed
chore: release 0.32.2
1 parent 0a3ae0c commit 2418c39

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ default-members = [
2020
resolver = "2"
2121

2222
[workspace.package]
23-
version = "0.32.1"
23+
version = "0.32.2"
2424
edition = "2021"
2525
include = ["src/**", "Cargo.toml", "README*", "LICENSE*"]
2626
readme = "README.md"
@@ -58,10 +58,10 @@ dirs = "6.0"
5858
acroform = "0.1.3"
5959

6060
# Intra-project dependencies
61-
quillmark-core = { version = "0.32.1", path = "crates/core" }
62-
quillmark-typst = { version = "0.32.1", path = "crates/backends/typst", default-features = false }
63-
quillmark-acroform = { version = "0.32.1", path = "crates/backends/acroform" }
64-
quillmark = { version = "0.32.1", path = "crates/quillmark" }
61+
quillmark-core = { version = "0.32.2", path = "crates/core" }
62+
quillmark-typst = { version = "0.32.2", path = "crates/backends/typst", default-features = false }
63+
quillmark-acroform = { version = "0.32.2", path = "crates/backends/acroform" }
64+
quillmark = { version = "0.32.2", path = "crates/quillmark" }
6565

6666
# Test and dev dependencies
6767
tempfile = "~3.23"

0 commit comments

Comments
 (0)