We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a425f commit 3e49500Copy full SHA for 3e49500
macro/Cargo.toml
@@ -19,7 +19,7 @@ proc-macro2 = "1"
19
quote = "1"
20
regex = "1.11.1"
21
syn = { version = "2", features = ["full"] }
22
-tblgen = { git = "https://github.com/raviqqe/tblgen-rs-alt", branch = "feature/include-file", features = [
+tblgen = { version = "0.5.0", features = [
23
"llvm19-0",
24
], default-features = false, package = "tblgen-alt" }
25
unindent = "0.2.3"
0 commit comments