Skip to content

Commit

Permalink
Release v0.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Nov 13, 2022
1 parent 5364328 commit 1be1967
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.24.2"
version = "0.24.3"
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.2", path="sn0int-std" }
sn0int-std = { version="=0.24.3", path="sn0int-std" }
rustyline = "10.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.2"
version = "0.24.3"
description = "sn0int - stdlib"
authors = ["kpcyrd <[email protected]>"]
repository = "https://github.com/kpcyrd/sn0int"
Expand Down

0 comments on commit 1be1967

Please sign in to comment.