diff --git a/Cargo.lock b/Cargo.lock index 29083fd..962a758 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2019,7 +2019,7 @@ dependencies = [ [[package]] name = "query-security-txt" -version = "1.1.0" +version = "1.1.1" dependencies = [ "bincode", "clap 3.1.6", @@ -3033,7 +3033,7 @@ dependencies = [ [[package]] name = "solana-security-txt" -version = "1.1.0" +version = "1.1.1" dependencies = [ "thiserror", "twoway", diff --git a/query-security-txt/Cargo.toml b/query-security-txt/Cargo.toml index 90a4b91..9bd6db0 100644 --- a/query-security-txt/Cargo.toml +++ b/query-security-txt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "query-security-txt" -version = "1.1.0" +version = "1.1.1" edition = "2021" description = "query-security-txt is a tool that queries smart contracts on the Solana blockchain for security.txt information" readme = "../security-txt/README.md" @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0" bincode = "1.3.3" clap = { version = "3.1.6", features = ["derive"] } color-eyre = "0.6.1" -solana-security-txt = { version = "1.1.0", path = "../security-txt", features = [ +solana-security-txt = { version = "1.1.1", path = "../security-txt", features = [ "parser", ] } solana-client = "1.10.0" diff --git a/security-txt/Cargo.toml b/security-txt/Cargo.toml index b031a42..9c33563 100644 --- a/security-txt/Cargo.toml +++ b/security-txt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-security-txt" -version = "1.1.0" +version = "1.1.1" edition = "2021" description = "security-txt is a macro that helps security researchers contact you about vulnerabilities in your smart contract" readme = "README.md" diff --git a/security-txt/README.md b/security-txt/README.md index 9b7fbae..f3537d3 100644 --- a/security-txt/README.md +++ b/security-txt/README.md @@ -25,7 +25,7 @@ To maximize compatibility with existing deployment setups, multisigs and DAOs, t Add the following to the `[dependencies]` section of your Cargo.toml: ```toml -solana-security-txt = "1.1.0" +solana-security-txt = "1.1.1" ``` To install the querying tool, execute