mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 06:58:50 +00:00
Update dependencies
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -2,7 +2,7 @@
|
||||
name = "kecc"
|
||||
version = "0.1.0"
|
||||
authors = ["Chunmyong Park <chunmyong.park@kaist.ac.kr>", "Jeehoon Kang <jeehoon.kang@kaist.ac.kr>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
default-run = "kecc"
|
||||
|
||||
description = "KAIST Educational C Compiler"
|
||||
@@ -29,13 +29,13 @@ required-features = ["build-bin"]
|
||||
build-bin = ["clap"]
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "3.0.0-beta.2", features = ["yaml"], optional = true }
|
||||
lang-c = "0.10.1"
|
||||
itertools = "0.10.1"
|
||||
clap = { version = "3.0.0-rc.11", features = ["yaml", "cargo"], optional = true }
|
||||
lang-c = "0.11.0"
|
||||
itertools = "0.10.3"
|
||||
failure = "0.1.8"
|
||||
tempfile = "3.2.0"
|
||||
ordered-float = "2.5.1"
|
||||
hexf = "0.1.0"
|
||||
ordered-float = "2.8.0"
|
||||
hexf-parse = "0.2.1"
|
||||
wait-timeout = "0.2.0"
|
||||
peg = "0.7.0"
|
||||
rand = "0.8.4"
|
||||
|
||||
Reference in New Issue
Block a user