From b144f73df5a165089006668778aea93efd6ddf94 Mon Sep 17 00:00:00 2001 From: Florian Burgener <florian.brgnr@gmail.com> Date: Tue, 3 Sep 2024 14:53:33 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b23c2d8..db750dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -662,7 +662,7 @@ dependencies = [ [[package]] name = "hrdf-routing-engine" -version = "0.1.2" +version = "0.2.0" dependencies = [ "axum", "chrono", diff --git a/Cargo.toml b/Cargo.toml index cfe550e..e5501f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hrdf-routing-engine" -version = "0.1.2" +version = "0.2.0" edition = "2021" license-file = "LICENSE" -- GitLab