mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-14 22:38:46 +00:00
Prepare for Spring 2025.
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@@ -5,7 +5,7 @@ authors = [
|
||||
"Chunmyong Park <chunmyong.park@kaist.ac.kr>",
|
||||
"Jeehoon Kang <jeehoon.kang@kaist.ac.kr>",
|
||||
]
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
default-run = "kecc"
|
||||
|
||||
description = "KAIST Educational C Compiler"
|
||||
@@ -32,13 +32,13 @@ required-features = ["build-bin"]
|
||||
build-bin = ["clap"]
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.23", features = ["derive"], optional = true }
|
||||
thiserror = "2.0.9"
|
||||
clap = { version = "4.5.30", features = ["derive"], optional = true }
|
||||
thiserror = "2.0.11"
|
||||
lang-c = "0.15.1"
|
||||
itertools = "0.14.0"
|
||||
tempfile = "3.14.0"
|
||||
ordered-float = "4.6.0"
|
||||
tempfile = "3.17.1"
|
||||
ordered-float = "5.0.0"
|
||||
hexf-parse = "0.2.1"
|
||||
wait-timeout = "0.2.0"
|
||||
wait-timeout = "0.2.1"
|
||||
peg = "0.8.4"
|
||||
rand = "0.8.5"
|
||||
rand = "0.9.0"
|
||||
|
||||
Reference in New Issue
Block a user