Skip to content

Commit fe995f3

Browse files
authored
chore: release v0.5.3
1 parent f49f57b commit fe995f3

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resolver = "2"
88
edition = "2024"
99
rust-version = "1.91"
1010
license = "MIT"
11-
version = "0.5.2"
11+
version = "0.5.3"
1212
repository = "https://github.com/tmke8/math-core"
1313

1414
[workspace.dependencies]

crates/math-core-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ path = "src/main.rs"
1717

1818
[dependencies]
1919
clap = { version = "4.5.60", features = ["derive"] }
20-
math-core = { path = "../math-core", features = ["serde", "ariadne"], version = "0.5.2" }
20+
math-core = { path = "../math-core", features = ["serde", "ariadne"], version = "0.5.3" }
2121
ariadne = { workspace = true }
2222
memchr = { workspace = true }
2323
phf = { version = "0.13.1", features = ["macros"] }

crates/math-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ categories = ["science"]
1919
exclude = ["/src/snapshots", "/tests/snapshots"]
2020

2121
[dependencies]
22-
mathml-renderer = { path = "../mathml-renderer", package = "math-core-renderer-internal", version = "0.5.2" }
22+
mathml-renderer = { path = "../mathml-renderer", package = "math-core-renderer-internal", version = "0.5.3" }
2323
serde = { workspace = true, optional = true }
2424
serde-tuple-vec-map = { version = "1.0.1", optional = true }
2525
phf = { version = "0.13.1", features = ["macros"] }
@@ -32,7 +32,7 @@ ariadne = { workspace = true, optional = true }
3232

3333
[dev-dependencies]
3434
math-core = { path = ".", features = ["serde", "ariadne"] }
35-
mathml-renderer = { path = "../mathml-renderer", package = "math-core-renderer-internal", version = "0.5.2", features = ["serde"] }
35+
mathml-renderer = { path = "../mathml-renderer", package = "math-core-renderer-internal", version = "0.5.3", features = ["serde"] }
3636
insta = { version = "1.46.3", features = ["default", "ron"] }
3737
regex = "1.12.3"
3838
minijinja = "2.16.0"

0 commit comments

Comments
 (0)