From 8df4355525abd6288bc2114696099b1aa4d4b333 Mon Sep 17 00:00:00 2001 From: Lucas Pickering Date: Thu, 2 Nov 2023 11:23:55 -0400 Subject: [PATCH] chore: Release slumber version 0.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5292e48c..8ea2794d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1520,7 +1520,7 @@ dependencies = [ [[package]] name = "slumber" -version = "0.3.1" +version = "0.4.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index cbe2bd43..f6937d0f 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.3.1" +version = "0.4.0" # Keep in sync w/ rust-toolchain.toml rust-version = "1.72.0"