Skip to content

Commit cc1750f

Browse files
fix(deps): update rust crate rstml to v0.12.1
1 parent 391f051 commit cc1750f

File tree

3 files changed

+91
-38
lines changed

3 files changed

+91
-38
lines changed

Cargo.lock

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

crates/hirola-kit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description = "A CLI for hirola"
1111

1212
[dependencies]
1313
leptosfmt-pretty-printer = "0.1.8"
14-
rstml = "0.11.2"
14+
rstml = "0.12.0"
1515
syn = { version = "2.0.52", features = [ "visit", "full", "extra-traits" ] }
1616
leptosfmt-prettyplease = { features = [ "verbatim" ], version = "0.2.16" }
1717
proc-macro2 = { version = "1.0.79", features = [ "span-locations" ] }

crates/hirola-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ proc-macro = true
2020
proc-macro2 = "1.0.79"
2121
quote = "1.0.35"
2222
syn = "2.0.52"
23-
rstml = "0.11"
23+
rstml = "0.12"
2424
proc-macro-error = "1.0"
2525
proc-macro-hack = "0.5"
2626
paste = { version = "1" }

0 commit comments

Comments
 (0)