Skip to content

Commit 3e49500

Browse files
committed
Revert tblgen version changes
1 parent b8a425f commit 3e49500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ proc-macro2 = "1"
1919
quote = "1"
2020
regex = "1.11.1"
2121
syn = { version = "2", features = ["full"] }
22-
tblgen = { git = "https://github.com/raviqqe/tblgen-rs-alt", branch = "feature/include-file", features = [
22+
tblgen = { version = "0.5.0", features = [
2323
"llvm19-0",
2424
], default-features = false, package = "tblgen-alt" }
2525
unindent = "0.2.3"

0 commit comments

Comments
 (0)