Skip to content

Commit

Permalink
Bumped package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fegge committed Sep 12, 2022
1 parent 1e5a4a6 commit ff820f1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ anyhow = "1.0"
atty = "0.2.14"
clap = { version = "3.2", features = ["derive"] }
log = "0.4"
parser = { package = "circomspect-parser", version = "2.0.1", path = "../parser" }
parser = { package = "circomspect-parser", version = "2.0.2", path = "../parser" }
pretty_env_logger = "0.4"
program_analysis = { package = "circomspect-program-analysis", version = "0.5.1", path = "../program_analysis" }
program_analysis = { package = "circomspect-program-analysis", version = "0.5.2", path = "../program_analysis" }
program_structure = { package = "circomspect-program-structure", version = "2.0.2", path = "../program_structure" }
serde_json = "1.0.81"
termcolor = "1.1.3"
2 changes: 1 addition & 1 deletion parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "circomspect-parser"
version = "2.0.1"
version = "2.0.2"
edition = "2018"
build = "build.rs"
license = "LGPL-3.0-only"
Expand Down
6 changes: 3 additions & 3 deletions program_analysis/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "circomspect-program-analysis"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
license = "LGPL-3.0-only"
authors = ["Trail of Bits"]
Expand All @@ -12,9 +12,9 @@ anyhow = "1.0"
log = "0.4"
num-bigint-dig = "0.6.0"
num-traits = "0.2.6"
parser = { package = "circomspect-parser", version = "2.0.1", path = "../parser" }
parser = { package = "circomspect-parser", version = "2.0.2", path = "../parser" }
program_structure = { package = "circomspect-program-structure", version = "2.0.2", path = "../program_structure" }

[dev-dependencies]
parser = { package = "circomspect-parser", version = "2.0.1", path = "../parser" }
parser = { package = "circomspect-parser", version = "2.0.2", path = "../parser" }
program_structure = { package = "circomspect-program-structure", version = "2.0.2", path = "../program_structure" }

0 comments on commit ff820f1

Please sign in to comment.