This commit is contained in:
Azalea Gui 2025-08-21 11:23:37 -04:00
parent a5e784c528
commit b28aa0ddf2
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -251,7 +251,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "hyfetch"
version = "2.0.0-rc6"
version = "2.0.0-rc7"
dependencies = [
"aho-corasick",
"ansi_colours",

View file

@ -3,7 +3,7 @@ resolver = "2"
members = ["crates/*"]
[workspace.package]
version = "2.0.0-rc6"
version = "2.0.0-rc7"
authors = ["Azalea Gui <azalea@hydev.org>"]
edition = "2021"
rust-version = "1.75.0"