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
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:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user