Skip to content

Commit

Permalink
v0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rachitnigam committed May 23, 2023
1 parent 537c9ae commit 6ae947d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ description = "Compiler Infrastructure for Hardware Accelerator Generation"
categories = ["compilers"]
homepage = "https://calyxir.org"
edition = "2021"
version = "0.2.1"
version = "0.3.0"

[workspace.dependencies]
itertools = "0.10"
Expand All @@ -36,10 +36,10 @@ pest = "2.0"
pest_derive = "2"
pest_consume = "1"
argh = "0.1"
calyx-utils = { path = "calyx-utils", version = "0.2.1" }
calyx-ir = { path = "calyx-ir", version = "0.2.1" }
calyx-frontend = { path = "calyx-frontend", version = "0.2.1" }
calyx-opt = { path = "calyx-opt", version = "0.2.1" }
calyx-utils = { path = "calyx-utils", version = "0.3.0" }
calyx-ir = { path = "calyx-ir", version = "0.3.0" }
calyx-frontend = { path = "calyx-frontend", version = "0.3.0" }
calyx-opt = { path = "calyx-opt", version = "0.3.0" }

[workspace.dependencies.petgraph]
version = "0.6"
Expand Down

0 comments on commit 6ae947d

Please sign in to comment.