Compare commits
2 Commits
d8e9a56529
...
3edd225164
Author | SHA1 | Date | |
---|---|---|---|
|
3edd225164 | ||
e359567e7d |
@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.0.2] - 2025-01-14
|
## [0.0.2] - 2025-01-15
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- add demo gif
|
- add demo gif
|
||||||
@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- add more thorough example
|
- add more thorough example
|
||||||
- correct docs
|
- correct docs
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- *(deps)* update rust crate uuid to v1.12.0
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
- fix demo
|
- fix demo
|
||||||
|
|
||||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1257,9 +1257,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "uuid"
|
name = "uuid"
|
||||||
version = "1.11.1"
|
version = "1.12.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b913a3b5fe84142e269d63cc62b64319ccaf89b748fc31fe025177f767a756c4"
|
checksum = "744018581f9a3454a9e15beb8a33b017183f1e7c0cd170232a2d1453b23a51c4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"getrandom",
|
"getrandom",
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user