Skip to content

Commit

Permalink
Bump versions of kontroli / kocheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
kammerchorinnsbruck committed Jun 9, 2022
1 parent dc8b9e9 commit 1943c41
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions kocheck/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kocheck"
version = "0.3.0"
version = "0.4.0"
authors = ["Michael Färber <[email protected]>"]
edition = "2021"
description = "Type checker for the lambda-Pi calculus modulo rewriting"
Expand All @@ -19,7 +19,7 @@ clap = { version = "3.1.18", features = ["derive"] }
colosseum = "0.2.2"
flume = { version = "0.10.12", default-features = false }
mimalloc = { version = "0.1.29", default-features = false, optional = true }
kontroli = { version = "0.3", path = "../kontroli" }
kontroli = { version = "0.4.0", path = "../kontroli" }
log = "0.4.17"
env_logger = "0.9.0"
rayon = "1.5.3"
4 changes: 2 additions & 2 deletions kontroli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kontroli"
version = "0.3.0"
version = "0.4.0"
authors = ["Michael Färber <[email protected]>"]
edition = "2021"
description = "Type checking for the lambda-Pi calculus modulo rewriting"
Expand All @@ -11,7 +11,7 @@ keywords = ["verification", "dependent-types", "type-checking", "rewriting", "de
categories = ["concurrency", "no-std", "science"]

[dependencies]
dedukti-parse = { version = "0.2", path = "../dedukti-parse" }
dedukti-parse = { version = "0.3.1", path = "../dedukti-parse" }
fnv = "1.0.7"
im = "15.1.0"
lazy-st = "0.2"
Expand Down

0 comments on commit 1943c41

Please sign in to comment.