Skip to content

Commit cd99ac3

Browse files
committed
Release v0.24.1
1 parent f2a5dbc commit cd99ac3

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

Cargo.lock

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sn0int"
3-
version = "0.24.0"
3+
version = "0.24.1"
44
description = "Semi-automatic OSINT framework and package manager"
55
authors = ["kpcyrd <[email protected]>"]
66
license = "GPL-3.0"
@@ -33,7 +33,7 @@ sqlite-bundled = ["libsqlite3-sys/bundled"]
3333

3434
[dependencies]
3535
sn0int-common = { version="0.13.0", path="sn0int-common" }
36-
sn0int-std = { version="=0.24.0", path="sn0int-std" }
36+
sn0int-std = { version="=0.24.1", path="sn0int-std" }
3737
rustyline = "9.0"
3838
log = "0.4"
3939
env_logger = "0.9"

sn0int-std/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sn0int-std"
3-
version = "0.24.0"
3+
version = "0.24.1"
44
description = "sn0int - stdlib"
55
authors = ["kpcyrd <[email protected]>"]
66
repository = "https://github.com/kpcyrd/sn0int"

0 commit comments

Comments
 (0)