From 292ba6f7417f448c6190a004bbc61105afdd5a60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Mon, 4 Apr 2022 12:53:26 +0200 Subject: [PATCH] Bump aquatic_http_private version to 0.2.0 to match other crates --- Cargo.lock | 2 +- aquatic_http_private/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9189991..0a8e40a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -143,7 +143,7 @@ dependencies = [ [[package]] name = "aquatic_http_private" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "aquatic_cli_helpers", diff --git a/aquatic_http_private/Cargo.toml b/aquatic_http_private/Cargo.toml index 18e14c2..4619b04 100644 --- a/aquatic_http_private/Cargo.toml +++ b/aquatic_http_private/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aquatic_http_private" -version = "0.1.0" +version = "0.2.0" edition = "2021" [lib]