diff --git a/Cargo.lock b/Cargo.lock index 393263fe..67266bf6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1567,7 +1567,7 @@ dependencies = [ [[package]] name = "slumber" -version = "0.9.0" +version = "0.10.0-beta.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 8e6d7d6b..2031ae9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["rest", "http", "terminal", "tui"] license = "MIT" name = "slumber" repository = "https://github.com/LucasPickering/slumber" -version = "0.9.0" +version = "0.10.0-beta.1" # Keep in sync w/ rust-toolchain.toml rust-version = "1.74.0"