diff --git a/Cargo.lock b/Cargo.lock index 1e5a90f..f6217be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -297,7 +297,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "phnt" -version = "0.0.25" +version = "0.0.26" dependencies = [ "bindgen", "chrono", diff --git a/Cargo.toml b/Cargo.toml index be4c3f1..f2e4a0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phnt" -version = "0.0.25" +version = "0.0.26" license = "MIT" authors = ["oberrich "] repository = "https://github.com/oberrich/phnt-rs"