Skip to content

Commit

Permalink
fix macros version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Dec 5, 2023
1 parent db2f05c commit b68c560
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ typescript = ["specta/typescript", "specta/js_doc"]

[dependencies]
specta = { workspace = true, features = ["functions", "tauri"] }
tauri-specta-macros = { version = "=2.0.0-rc.3", path = "./macros" }
tauri-specta-macros = { version = "=2.0.0-rc.4", path = "./macros" }
serde = { workspace = true }
serde_json = "1.0.107"
tauri = { workspace = true }
Expand Down

0 comments on commit b68c560

Please sign in to comment.