Skip to content

Commit

Permalink
Release v0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Dec 5, 2021
1 parent c232b23 commit 25f9407
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
@@ -1,6 +1,6 @@
[package]
name = "sn0int"
version = "0.23.0"
version = "0.24.0"
description = "Semi-automatic OSINT framework and package manager"
authors = ["kpcyrd <git@rxv.cc>"]
license = "GPL-3.0"
Expand Down Expand Up @@ -33,7 +33,7 @@ sqlite-bundled = ["libsqlite3-sys/bundled"]

[dependencies]
sn0int-common = { version="0.13.0", path="sn0int-common" }
sn0int-std = { version="=0.23.0", path="sn0int-std" }
sn0int-std = { version="=0.24.0", path="sn0int-std" }
rustyline = "9.0"
log = "0.4"
env_logger = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion sn0int-std/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sn0int-std"
version = "0.23.0"
version = "0.24.0"
description = "sn0int - stdlib"
authors = ["kpcyrd <git@rxv.cc>"]
repository = "https://github.com/kpcyrd/sn0int"
Expand Down

0 comments on commit 25f9407

Please sign in to comment.