Skip to content

Commit

Permalink
Release v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Sep 9, 2023
1 parent f9abd33 commit b49aba5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sn0int"
version = "0.25.0"
version = "0.26.0"
description = "Semi-automatic OSINT framework and package manager"
authors = ["kpcyrd <[email protected]>"]
license = "GPL-3.0"
Expand Down Expand Up @@ -32,8 +32,8 @@ assets = [
sqlite-bundled = ["libsqlite3-sys/bundled"]

[dependencies]
sn0int-common = { version="0.13.0", path="sn0int-common" }
sn0int-std = { version="=0.25.0", path="sn0int-std" }
sn0int-common = { version="0.14.0", path="sn0int-common" }
sn0int-std = { version="=0.26.0", path="sn0int-std" }
rustyline = "10.0"
log = "0.4"
env_logger = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion sn0int-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sn0int-common"
version = "0.13.0"
version = "0.14.0"
description = "sn0int - common code"
authors = ["kpcyrd <[email protected]>"]
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion sn0int-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/kpcyrd/sn0int"
edition = "2018"

[dependencies]
sn0int-common = { version="0.13.0", path="../sn0int-common" }
sn0int-common = { version="0.14.0", path="../sn0int-common" }
rocket = { version = "0.4", default-features=false }
#rocket_failure = { path = "../../rocket_failure" }
rocket_failure = { version = "0.2" }
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.25.0"
version = "0.26.0"
description = "sn0int - stdlib"
authors = ["kpcyrd <[email protected]>"]
repository = "https://github.com/kpcyrd/sn0int"
Expand Down

0 comments on commit b49aba5

Please sign in to comment.