Bump version to v0.2.6
Some checks failed
beta (rc) release / build (push) Has been skipped
dev release / build (push) Successful in 2m28s
release / build (push) Failing after 2m23s

This commit is contained in:
Breadway 2026-08-16 14:09:43 +08:00
parent d42d6632c6
commit 36cb292213
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -78,7 +78,7 @@ dependencies = [
[[package]] [[package]]
name = "breadhelp" name = "breadhelp"
version = "0.2.4" version = "0.2.6"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-channel", "async-channel",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "breadhelp" name = "breadhelp"
version = "0.2.4" version = "0.2.6"
edition = "2021" edition = "2021"
[dependencies] [dependencies]