diff --git a/Cargo.lock b/Cargo.lock index e8158c7..b9565ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -532,7 +532,7 @@ dependencies = [ [[package]] name = "hydrate" -version = "0.1.15" +version = "0.1.16" dependencies = [ "clap", "dotenvy", diff --git a/Cargo.toml b/Cargo.toml index f00bc63..dfafc2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hydrate" -version = "0.1.15" +version = "0.1.16" edition = "2021" rust-version = "1.92" description = "Command-line client for hydrate.sh — author your system graph from the terminal."