From e828c3cadaac8b3083d1f2ce7a5a2c50a48be332 Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Wed, 22 Nov 2023 16:14:47 +0100 Subject: [PATCH] Bump version, explain why custom `reqwest` --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fea0bf4..2c7b5d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -189,7 +189,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chorus" -version = "0.11.0" +version = "0.12.0" dependencies = [ "async-trait", "base64 0.21.5", diff --git a/Cargo.toml b/Cargo.toml index 8ade54c..4387273 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "chorus" description = "A library for interacting with multiple Spacebar-compatible Instances at once." -version = "0.11.0" +version = "0.12.0" license = "AGPL-3.0" edition = "2021" repository = "https://github.com/polyphony-chat/chorus" @@ -27,7 +27,7 @@ serde_repr = "0.1.16" reqwest = { git = "https://github.com/bitfl0wer/reqwest.git", branch = "wasm-headers", features = [ "multipart", "json", -] } +] } # reqwest versions > 0.11.22 will have adequate support for WASM. Until there is such a version, we will use a fork of reqwest v.0.11.22 url = "2.4.0" chrono = { version = "0.4.26", features = ["serde"] } regex = "1.9.4"