feat: register bakery as an installable package, bump to 0.2.1
Some checks failed
release / build (push) Failing after 3s
Some checks failed
release / build (push) Failing after 3s
bakery can now update itself via `bakery update all`
This commit is contained in:
parent
af89c726e7
commit
fb1e83769d
3 changed files with 8 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -81,7 +81,7 @@ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
|
|||
|
||||
[[package]]
|
||||
name = "bakery"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chrono",
|
||||
|
|
@ -118,7 +118,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "bread-theme"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
dependencies = [
|
||||
"dirs",
|
||||
"gtk4",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ members = ["bakery", "bread-theme"]
|
|||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
authors = ["Breadway <rileyhorsham@gmail.com>"]
|
||||
|
|
|
|||
|
|
@ -7,6 +7,11 @@ description = "Reactive desktop automation ecosystem for Arch Linux / Hyprland"
|
|||
homepage = "https://breadway.dev"
|
||||
dl_base = "https://dl.breadway.dev"
|
||||
|
||||
[[products]]
|
||||
name = "bakery"
|
||||
repo = "Breadway/bread-ecosystem"
|
||||
description = "Bread ecosystem package manager"
|
||||
|
||||
[[products]]
|
||||
name = "bread"
|
||||
repo = "Breadway/bread"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue