Skip to content

Commit

Permalink
Release v0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Mar 7, 2021
1 parent 2e231da commit 0ea8c46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sn0int"
version = "0.20.0"
version = "0.20.1"
description = "Semi-automatic OSINT framework and package manager"
authors = ["kpcyrd <[email protected]>"]
license = "GPL-3.0"
Expand Down Expand Up @@ -37,7 +37,7 @@ sqlite-bundled = ["libsqlite3-sys/bundled"]

[dependencies]
sn0int-common = { version="0.12.0", path="sn0int-common" }
sn0int-std = { version="=0.20.0", path="sn0int-std" }
sn0int-std = { version="=0.20.1", path="sn0int-std" }
rustyline = "7.0"
log = "0.4"
env_logger = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion sn0int-std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sn0int-std"
version = "0.20.0"
version = "0.20.1"
description = "sn0int - stdlib"
authors = ["kpcyrd <[email protected]>"]
repository = "https://github.com/kpcyrd/sn0int"
Expand Down

0 comments on commit 0ea8c46

Please sign in to comment.