From ca8afb83a1557edde73d9fce20acbf0abf92f7b2 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Thu, 18 Sep 2025 17:12:46 -0400 Subject: [PATCH] `simple-request 0.2.0` --- common/request/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/request/Cargo.toml b/common/request/Cargo.toml index 467d967a..7ed74def 100644 --- a/common/request/Cargo.toml +++ b/common/request/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "simple-request" -version = "0.1.1" +version = "0.2.0" description = "A simple HTTP(S) request library" license = "MIT" -repository = "https://github.com/serai-dex/serai/tree/develop/common/simple-request" +repository = "https://github.com/serai-dex/serai/tree/develop/common/request" authors = ["Luke Parker "] keywords = ["http", "https", "async", "request", "ssl"] edition = "2021"