diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index a60213f..3c66303 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -2,9 +2,9 @@ name: Docker on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f92fc4e..4d9643e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,9 +2,9 @@ name: Rust on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] schedule: - cron: '0 9 * * 1' diff --git a/Cargo.lock b/Cargo.lock index f223e5e..555ab07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3903,7 +3903,7 @@ checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" [[package]] name = "sn0int" -version = "0.20.1" +version = "0.21.0" dependencies = [ "atty", "base64 0.13.0", @@ -4008,7 +4008,7 @@ dependencies = [ [[package]] name = "sn0int-std" -version = "0.20.1" +version = "0.21.0" dependencies = [ "base64 0.13.0", "blake2 0.9.1", diff --git a/Cargo.toml b/Cargo.toml index 3ee2c82..0a6b81f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sn0int" -version = "0.20.1" +version = "0.21.0" description = "Semi-automatic OSINT framework and package manager" authors = ["kpcyrd "] license = "GPL-3.0" @@ -37,7 +37,7 @@ sqlite-bundled = ["libsqlite3-sys/bundled"] [dependencies] sn0int-common = { version="0.12.0", path="sn0int-common" } -sn0int-std = { version="=0.20.1", path="sn0int-std" } +sn0int-std = { version="=0.21.0", path="sn0int-std" } rustyline = "8.0" log = "0.4" env_logger = "0.8" diff --git a/README.md b/README.md index 7984c4a..0b853e4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ -# sn0int [![Build Status][travis-img]][travis] [![crates.io][crates-img]][crates] [![Documentation Status][docs-img]][docs] [![irc.hackint.org:6697/#sn0int][irc-img]][irc] [![@sn0int][twitter-img]][twitter] [![@sn0int@chaos.social][mastodon-img]][mastodon] [![registry status][registry-img]][registry] +# sn0int [![crates.io][crates-img]][crates] [![Documentation Status][docs-img]][docs] [![irc.hackint.org:6697/#sn0int][irc-img]][irc] [![@sn0int][twitter-img]][twitter] [![@sn0int@chaos.social][mastodon-img]][mastodon] [![registry status][registry-img]][registry] -[travis-img]: https://travis-ci.org/kpcyrd/sn0int.svg?branch=master -[travis]: https://travis-ci.org/kpcyrd/sn0int [crates-img]: https://img.shields.io/crates/v/sn0int.svg [crates]: https://crates.io/crates/sn0int [docs-img]: https://readthedocs.org/projects/sn0int/badge/?version=latest diff --git a/sn0int-std/Cargo.toml b/sn0int-std/Cargo.toml index 62c36e7..f585b7c 100644 --- a/sn0int-std/Cargo.toml +++ b/sn0int-std/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sn0int-std" -version = "0.20.1" +version = "0.21.0" description = "sn0int - stdlib" authors = ["kpcyrd "] repository = "https://github.com/kpcyrd/sn0int"