Skip to content

Commit

Permalink
Update tblgen-alt dependency. (#554)
Browse files Browse the repository at this point in the history
This PR updates the `tblgen-alt` dependency.
The new version of `tblgen-alt` fixes compilation errors on arm64 linux
systems.
  • Loading branch information
azteca1998 committed Jun 7, 2024
1 parent fce484e commit 99c9164
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 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.4"
syn = { version = "2", features = ["full"] }
tblgen = { version = "0.3.3", features = ["llvm18-0"], default-features = false, package = "tblgen-alt" }
tblgen = { version = "0.3.6", features = ["llvm18-0"], default-features = false, package = "tblgen-alt" }
unindent = "0.2.3"

[dev-dependencies]
Expand Down

0 comments on commit 99c9164

Please sign in to comment.