Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Dec 27, 2024
1 parent b101098 commit 61b7655
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version = "1.70.0"
all-features = true

[dependencies]
starbase_styles = { version = "0.4.9", path = "../styles", features = [
starbase_styles = { version = "0.4.10", path = "../styles", features = [
"theme",
] }
async-trait = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/archive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version = "1.80.0"
all-features = true

[dependencies]
starbase_styles = { version = "0.4.9", path = "../styles" }
starbase_styles = { version = "0.4.10", path = "../styles" }
starbase_utils = { version = "0.9.1", path = "../utils", default-features = false, features = [
"glob",
] }
Expand Down
2 changes: 1 addition & 1 deletion crates/console/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/moonrepo/starbase"
rust-version = "1.80.0"

[dependencies]
starbase_styles = { version = "0.4.9", path = "../styles" }
starbase_styles = { version = "0.4.10", path = "../styles" }
crossterm = { workspace = true, optional = true }
iocraft = { workspace = true, optional = true }
miette = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/styles/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starbase_styles"
version = "0.4.9"
version = "0.4.10"
edition = "2021"
license = "MIT"
description = "Utilities for styling the terminal."
Expand Down
2 changes: 1 addition & 1 deletion crates/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version = "1.80.0"
all-features = true

[dependencies]
starbase_styles = { version = "0.4.9", path = "../styles" }
starbase_styles = { version = "0.4.10", path = "../styles" }
dirs = { workspace = true }
miette = { workspace = true, optional = true }
regex = { workspace = true, optional = true }
Expand Down

0 comments on commit 61b7655

Please sign in to comment.