Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Nov 12, 2024
1 parent 397642c commit e8f067a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/archive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starbase_archive"
version = "0.8.8"
version = "0.8.9"
edition = "2021"
license = "MIT"
description = "Utilities for packing and unpacking archives. Supports tar and zip."
Expand All @@ -12,7 +12,7 @@ all-features = true

[dependencies]
starbase_styles = { version = "0.4.5", path = "../styles" }
starbase_utils = { version = "0.8.11", path = "../utils", default-features = false, features = [
starbase_utils = { version = "0.8.12", path = "../utils", default-features = false, features = [
"glob",
] }
miette = { workspace = true, optional = true }
Expand Down
4 changes: 2 additions & 2 deletions crates/sandbox/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "starbase_sandbox"
version = "0.7.5"
version = "0.7.6"
edition = "2021"
license = "MIT"
description = "A temporary sandbox for testing file system and process operations, with fixtures support."
repository = "https://github.com/moonrepo/starbase"
rust-version = "1.80.0"

[dependencies]
starbase_utils = { version = "0.8.11", path = "../utils", default-features = false }
starbase_utils = { version = "0.8.12", 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.5.9"
version = "0.5.10"
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.8.11"
version = "0.8.12"
edition = "2021"
license = "MIT"
description = "General fs, io, serde, net, etc, utilities."
Expand Down

0 comments on commit e8f067a

Please sign in to comment.