From 9c6b56c0f129f4155e2b15511a937385e2ed9140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Tjern=C3=B8?= Date: Thu, 23 Nov 2023 19:15:28 +0900 Subject: [PATCH] Bump Cargo.toml to 0.4.3 --- Cargo.lock | 2 +- Cargo.toml | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2c19c0b..04e23de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1321,7 +1321,7 @@ dependencies = [ [[package]] name = "rugs" -version = "0.4.3-PRE" +version = "0.4.3" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 44a0967..fed8038 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rugs" -version = "0.4.3-PRE" +version = "0.4.3" authors = ["Jørgen P. Tjernø "] edition = "2021" license = "MIT OR Apache-2.0" @@ -9,7 +9,11 @@ license = "MIT OR Apache-2.0" anyhow = "1.0" axum = "0.6.18" base64 = "0.21.2" -chrono = { version = "0.4.19", default-features = false, features = ["serde", "clock", "std"] } +chrono = { version = "0.4.19", default-features = false, features = [ + "serde", + "clock", + "std", +] } clap = { version = "4.3.2", features = ["derive"] } futures = "0.3.28" hyper = "0.14.18"