From 6db71816a047082e0d828eb2eeea2600a1602633 Mon Sep 17 00:00:00 2001 From: oberrich <6305520+oberrich@users.noreply.github.com> Date: Tue, 9 Apr 2024 01:07:40 +0200 Subject: [PATCH] attempt to fix doc build --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c61fd20..0a290f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -297,7 +297,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "phnt" -version = "0.0.6" +version = "0.0.7" dependencies = [ "bindgen", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 315b10b..d9c4747 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phnt" -version = "0.0.6" +version = "0.0.7" license = "MIT" authors = ["oberrich "] repository = "https://github.com/oberrich/phnt-rs"