Skip to content

Commit

Permalink
Release Ares 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bee committed Jul 30, 2022
1 parent 87d0f4f commit f7a834a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "project_ares"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "Automated decoding tool, Ciphey but in Rust"
license = "MIT"
Expand All @@ -24,8 +24,7 @@ env_logger = "0.9.0"
base64 = "0.13.0"
rayon = "1.5.1"
petgraph = "0.6.0"
# Use 0.6 when released
lemmeknow = { git = "https://github.com/swanandx/lemmeknow", default-features = false, rev="9ca641d284b57dc1512eb3b6a99f8ee6a2ff0a6e" }
lemmeknow = "0.6.0"
include_dir = "0.7.2"
once_cell = "1.13.0"
text_io = "0.1.10"
Expand Down

0 comments on commit f7a834a

Please sign in to comment.