Skip to content

Commit

Permalink
Release v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Jan 28, 2023
1 parent 2238285 commit 844a40e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.

6 changes: 3 additions & 3 deletions Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sn0int"
version = "0.24.3"
version = "0.25.0"
description = "Semi-automatic OSINT framework and package manager"
authors = ["kpcyrd <git@rxv.cc>"]
license = "GPL-3.0"
repository = "https://github.com/kpcyrd/sn0int"
categories = ["command-line-utilities"]
readme = "README.md"
edition = "2018"
edition = "2021"

[workspace]
members = ["sn0int-common",
Expand All @@ -33,7 +33,7 @@ sqlite-bundled = ["libsqlite3-sys/bundled"]

[dependencies]
sn0int-common = { version="0.13.0", path="sn0int-common" }
sn0int-std = { version="=0.24.3", path="sn0int-std" }
sn0int-std = { version="=0.25.0", path="sn0int-std" }
rustyline = "10.0"
log = "0.4"
env_logger = "0.9"
Expand Down
4 changes: 2 additions & 2 deletions sn0int-std/Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = "sn0int-std"
version = "0.24.3"
version = "0.25.0"
description = "sn0int - stdlib"
authors = ["kpcyrd <git@rxv.cc>"]
repository = "https://github.com/kpcyrd/sn0int"
license = "GPL-3.0"
edition = "2018"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 844a40e

Please sign in to comment.