Compare commits

..

1 commit

Author SHA1 Message Date
b9954d2157
feat: bump to 0.2.0
Some checks failed
Continuous Integration / Build Package (push) Failing after 32s
Release / Build and Release (push) Failing after 52s
Continuous Integration / Lint, Check & Test (push) Failing after 54s
2026-04-07 07:59:50 +02:00

6
Cargo.lock generated
View file

@ -285,9 +285,9 @@ dependencies = [
[[package]] [[package]]
name = "fastrand" name = "fastrand"
version = "2.4.1" version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" checksum = "a043dc74da1e37d6afe657061213aa6f425f855399a11d3463c6ecccc4dfda1f"
[[package]] [[package]]
name = "find-msvc-tools" name = "find-msvc-tools"
@ -787,7 +787,7 @@ checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
[[package]] [[package]]
name = "streamd" name = "streamd"
version = "0.2.0" version = "0.1.1"
dependencies = [ dependencies = [
"chrono", "chrono",
"chrono-tz", "chrono-tz",