Compare commits
1 Commits
0e84a070f0
...
0fa08d8c11
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0fa08d8c11 |
@@ -6,13 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.0.2] - 2025-12-23
|
## [0.0.2] - 2025-12-19
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- add current hours
|
- add current hours
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- *(deps)* update rust crate serde_json to v1.0.146
|
|
||||||
- *(deps)* update rust crate uuid to v1.19.0
|
- *(deps)* update rust crate uuid to v1.19.0
|
||||||
- *(deps)* update all dependencies
|
- *(deps)* update all dependencies
|
||||||
- *(deps)* update rust crate serde_json to v1.0.141
|
- *(deps)* update rust crate serde_json to v1.0.141
|
||||||
|
|||||||
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -632,9 +632,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_json"
|
name = "serde_json"
|
||||||
version = "1.0.146"
|
version = "1.0.145"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "217ca874ae0207aac254aa02c957ded05585a90892cc8d87f9e5fa49669dadd8"
|
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itoa",
|
"itoa",
|
||||||
"memchr",
|
"memchr",
|
||||||
|
|||||||
Reference in New Issue
Block a user