Skip to content

Commit

Permalink
chore(deps) Update Rust crate syn to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2023
1 parent 6177150 commit 4e1e04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tauri-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ proc-macro = true
[dependencies]
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = [ "full" ] }
syn = { version = "2", features = [ "full" ] }
heck = "0.4"
tauri-codegen = { version = "2.0.0-alpha.7", default-features = false, path = "../tauri-codegen" }
tauri-utils = { version = "2.0.0-alpha.7", path = "../tauri-utils" }
Expand Down

0 comments on commit 4e1e04c

Please sign in to comment.