Bump aquatic_http_private version to 0.2.0 to match other crates

This commit is contained in:
Joakim Frostegård 2022-04-04 12:53:26 +02:00
parent 9731791540
commit 292ba6f741
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -143,7 +143,7 @@ dependencies = [
[[package]]
name = "aquatic_http_private"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"anyhow",
"aquatic_cli_helpers",

View file

@ -1,6 +1,6 @@
[package]
name = "aquatic_http_private"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
[lib]