Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jan 11, 2025
1 parent f576874 commit 226e9d5
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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/app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starbase"
version = "0.9.7"
version = "0.9.8"
edition = "2021"
license = "MIT"
description = "Framework for building performant command line applications and developer tools."
Expand Down
2 changes: 1 addition & 1 deletion crates/archive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ all-features = true

[dependencies]
starbase_styles = { version = "0.4.11", path = "../styles" }
starbase_utils = { version = "0.9.2", path = "../utils", default-features = false, features = [
starbase_utils = { version = "0.9.3", path = "../utils", default-features = false, features = [
"glob",
] }
miette = { workspace = true, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/sandbox/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_utils = { version = "0.9.2", path = "../utils", default-features = false }
starbase_utils = { version = "0.9.3", path = "../utils", default-features = false }
assert_cmd = "2.0.16"
assert_fs = "1.1.2"
clean-path = "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/shell/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starbase_shell"
version = "0.6.11"
version = "0.6.12"
edition = "2021"
license = "MIT"
description = "Utilities for detecting shells and managing profile files."
Expand Down
2 changes: 1 addition & 1 deletion crates/utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starbase_utils"
version = "0.9.2"
version = "0.9.3"
edition = "2021"
license = "MIT"
description = "General fs, io, serde, net, etc, utilities."
Expand Down

0 comments on commit 226e9d5

Please sign in to comment.