Skip to content

Commit

Permalink
Release v0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Dec 5, 2021
1 parent f2a5dbc commit cd99ac3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 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.24.0"
version = "0.24.1"
description = "Semi-automatic OSINT framework and package manager"
authors = ["kpcyrd <[email protected]>"]
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.24.0", path="sn0int-std" }
sn0int-std = { version="=0.24.1", 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sn0int-std"
version = "0.24.0"
version = "0.24.1"
description = "sn0int - stdlib"
authors = ["kpcyrd <[email protected]>"]
repository = "https://github.com/kpcyrd/sn0int"
Expand Down

0 comments on commit cd99ac3

Please sign in to comment.