From e5d165286e02abd6b7520e7485431364d0a89551 Mon Sep 17 00:00:00 2001 From: TicClick Date: Fri, 6 Oct 2023 23:51:04 +0200 Subject: [PATCH] bump version no. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57125c0..b32e53b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -934,7 +934,7 @@ dependencies = [ [[package]] name = "observatory" -version = "0.2.6" +version = "0.2.8" dependencies = [ "async-trait", "chrono", diff --git a/Cargo.toml b/Cargo.toml index ac18c7a..e89397b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "observatory" -version = "0.2.7" +version = "0.2.8" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html