Skip to content

Commit b68c560

Browse files
fix macros version
1 parent db2f05c commit b68c560

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -23,7 +23,7 @@ typescript = ["specta/typescript", "specta/js_doc"]
2323

2424
[dependencies]
2525
specta = { workspace = true, features = ["functions", "tauri"] }
26-
tauri-specta-macros = { version = "=2.0.0-rc.3", path = "./macros" }
26+
tauri-specta-macros = { version = "=2.0.0-rc.4", path = "./macros" }
2727
serde = { workspace = true }
2828
serde_json = "1.0.107"
2929
tauri = { workspace = true }

0 commit comments

Comments
 (0)