version update to publish to Pypi 6
Some checks failed
Publish to PyPI / Build wheels on macos-latest (push) Has been cancelled
Publish to PyPI / Build wheels on ubuntu-latest (push) Has been cancelled
Publish to PyPI / Build wheels on windows-latest (push) Has been cancelled
Publish to PyPI / Publish to PyPI (push) Has been cancelled

This commit is contained in:
Bill
2025-11-23 13:34:19 -07:00
parent 72974a9658
commit 5313f5f4ef
2 changed files with 95 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "unchecked-io"
version = "0.1.5"
version = "0.1.6"
authors = ["Billthemaker"] # Replace with your name or alias
license = "BSL-1" # Good practice for open-source
edition = "2024"
@@ -44,7 +44,7 @@ byteorder = "1.5"
# 10. Timestamp Handling (NEW)
chrono = "0.4"
chrono-tz = "=0.10"
chrono-tz = "=0.9"
# 11. UUID Handling (NEW)
uuid = { version = "1.8", features = ["serde", "v4"] }