Bump Rust and add skeleton code for irgen.

This commit is contained in:
Janggun Lee
2022-12-19 18:50:22 +09:00
parent 6ae0e26197
commit c5946611a3
26 changed files with 913 additions and 176 deletions

View File

@@ -29,8 +29,8 @@ required-features = ["build-bin"]
build-bin = ["clap"]
[dependencies]
clap = { version = "4.0.22", features = ["derive"], optional = true }
thiserror = "1.0.37"
clap = { version = "4.0.29", features = ["derive"], optional = true }
thiserror = "1.0.38"
lang-c = "0.14.0"
itertools = "0.10.5"
tempfile = "3.3.0"