Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Sep 24, 2024
1 parent fac390e commit fc3e949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ proc-macro2 = "1"
quote = "1"
regex = "1.10.6"
syn = { version = "2", features = ["full"] }
tblgen = { version = "0.4.0", features = [
tblgen = { version = "0.3.0", features = [
"llvm19-0",
], default-features = false, git = "https://github.com/edg-l/tblgen-rs-alt.git", package = "tblgen-alt" }
unindent = "0.2.3"
Expand Down

0 comments on commit fc3e949

Please sign in to comment.