Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Jan 6, 2025
1 parent fc74cb7 commit 067cee0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/algae-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "algae-cli"
version = "1.0.3"
version = "1.0.4"
edition = "2021"
rust-version = "1.76.0"

Expand Down
4 changes: 2 additions & 2 deletions crates/bestool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["command-line-utilities"]
repository = "https://github.com/beyondessential/bestool"

[dependencies]
algae-cli = { version = "1.0.3", path = "../algae-cli", optional = true }
algae-cli = { version = "1.0.4", path = "../algae-cli", optional = true }
aws-config = { version = "1.5.12", optional = true }
aws-credential-types = { version = "1.1.7", features = ["hardcoded-credentials"], optional = true }
aws-sdk-route53 = { version = "1.56.0", optional = true }
Expand Down Expand Up @@ -56,7 +56,7 @@ mimalloc = "0.1.41"
node-semver = { version = "2.1.0", optional = true }
regex = { version = "1.10.6", optional = true }
reqwest = { version = "0.12.11", features = ["default-tls", "json"], default-features = false }
rpi-st7789v2-driver = { version = "0.3.4", path = "../rpi-st7789v2-driver", features = ["miette"], optional = true }
rpi-st7789v2-driver = { version = "0.3.5", path = "../rpi-st7789v2-driver", features = ["miette"], optional = true }
rppal = { version = "0.22.1", optional = true }
rust-fontconfig = { version = "0.1.7", optional = true }
serde = { version = "1.0.217", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/rpi-st7789v2-driver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rpi-st7789v2-driver"
version = "0.3.4"
version = "0.3.5"
edition = "2021"
rust-version = "1.76.0"
resolver = "2"
Expand Down

0 comments on commit 067cee0

Please sign in to comment.