From ff79eabdb94062f127ce7e756f4cdb90f06fdd42 Mon Sep 17 00:00:00 2001 From: Christoph Herzog Date: Fri, 12 Apr 2024 22:52:02 +0200 Subject: [PATCH] chore: Release crates_io_api version 0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a89dabf..d52f5e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = [ "crates", "api" ] categories = [ "web-programming", "web-programming::http-client" ] edition = "2018" -version = "0.10.0" +version = "0.11.0" [dependencies] chrono = { version = "0.4.6", default-features = false, features = ["serde"] }