From 46c6fb6346ae94cab1c63159d88168b629032fc3 Mon Sep 17 00:00:00 2001 From: oberrich <6305520+oberrich@users.noreply.github.com> Date: Fri, 12 Apr 2024 03:03:12 +0200 Subject: [PATCH] chore: bump semver --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4f0dd0..7405f96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -297,7 +297,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "phnt" -version = "0.0.22" +version = "0.0.23" dependencies = [ "bindgen", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 5c2e3a4..d30d203 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phnt" -version = "0.0.22" +version = "0.0.23" license = "MIT" authors = ["oberrich "] repository = "https://github.com/oberrich/phnt-rs"