Update dependencies

This commit is contained in:
Minseong Jang
2021-12-31 16:30:54 +09:00
parent de3068854a
commit fca635529c
8 changed files with 83 additions and 185 deletions

View File

@@ -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"