Skip to content

Commit f5a5e12

Browse files
committed
chore: release 0.21.3
1 parent 6de8002 commit f5a5e12

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.21.2"
23+
version = "0.21.3"
2424
edition = "2021"
2525
include = ["src/**", "Cargo.toml", "README*", "LICENSE*"]
2626
readme = "README.md"
@@ -59,10 +59,10 @@ dirs = "6.0"
5959
acroform = "0.1.3"
6060

6161
# Intra-project dependencies
62-
quillmark-core = { version = "0.21.2", path = "crates/core" }
63-
quillmark-typst = { version = "0.21.2", path = "crates/backends/typst", default-features = false }
64-
quillmark-acroform = { version = "0.21.2", path = "crates/backends/acroform" }
65-
quillmark = { version = "0.21.2", path = "crates/quillmark" }
62+
quillmark-core = { version = "0.21.3", path = "crates/core" }
63+
quillmark-typst = { version = "0.21.3", path = "crates/backends/typst", default-features = false }
64+
quillmark-acroform = { version = "0.21.3", path = "crates/backends/acroform" }
65+
quillmark = { version = "0.21.3", path = "crates/quillmark" }
6666

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

0 commit comments

Comments
 (0)