Compare commits
1 Commits
d1a70a343a
...
2761903d12
Author | SHA1 | Date | |
---|---|---|---|
|
2761903d12 |
@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.0.2] - 2025-07-05
|
||||
## [0.0.2] - 2025-07-03
|
||||
|
||||
### Added
|
||||
- add current hours
|
||||
@ -16,7 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- *(deps)* update all dependencies
|
||||
|
||||
### Other
|
||||
- *(deps)* update rust crate tokio to v1.46.1
|
||||
- *(deps)* update rust crate tokio to v1.46.0
|
||||
- *(deps)* update all dependencies
|
||||
- *(deps)* update rust crate clap to v4.5.38
|
||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -801,9 +801,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.46.1"
|
||||
version = "1.46.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
|
||||
checksum = "1140bb80481756a8cbe10541f37433b459c5aa1e727b4c020fbfebdc25bf3ec4"
|
||||
dependencies = [
|
||||
"backtrace",
|
||||
"bytes",
|
||||
|
Loading…
x
Reference in New Issue
Block a user