mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-14 22:38:46 +00:00
Bump Rust and add skeleton code for irgen.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user