From 5d2aff358e98fb5bc6f45d8c5020212a0b3251b1 Mon Sep 17 00:00:00 2001 From: One <43485962+c-git@users.noreply.github.com> Date: Wed, 31 Jan 2024 13:34:51 -0500 Subject: [PATCH] version bump --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f43cf19..1baae40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -485,7 +485,7 @@ dependencies = [ [[package]] name = "reqwest-cross" -version = "0.2.3" +version = "0.2.4" dependencies = [ "futures", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index e6d97b0..8a2b275 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "reqwest-cross" -version = "0.2.3" +version = "0.2.4" description = "Wrapper around reqwest for use in both native and wasm" keywords = ["http", "wasm", "native", "web", "request"] repository = "https://github.com/c-git/reqwest-cross" documentation = "https://docs.rs/reqwest-cross" categories = ["web-programming::http-client", "wasm"] -authors = ["One "] +authors = ["One "] readme = "README.md" license = "MIT OR Apache-2.0" edition = "2021"