Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
GawenMonnot authored Sep 30, 2021
1 parent f50c819 commit d86f01e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sieving"
version = "0.1.0"
version = "0.2.0"
edition = "2018"
authors = ["Gawen Monnot <[email protected]>"]
description = "Hide your sensitive data"
Expand All @@ -19,4 +19,4 @@ indicatif = {version = "0.15.0", features = ["rayon"]}

[[bin]]
path = "src/main.rs"
name = "sieving"
name = "sieving"

0 comments on commit d86f01e

Please sign in to comment.