Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jun 11, 2024
1 parent b041c73 commit 2daca8a
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.

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.7.3"
version = "0.7.4"
edition = "2021"
license = "MIT"
description = "Utilities for packing and unpacking archives. Supports tar and zip."
Expand All @@ -11,7 +11,7 @@ all-features = true

[dependencies]
starbase_styles = { version = "0.4.0", path = "../styles" }
starbase_utils = { version = "0.7.4", path = "../utils", default-features = false, features = [
starbase_utils = { version = "0.7.5", 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 @@ -7,7 +7,7 @@ description = "A temporary sandbox for testing file system and process operation
repository = "https://github.com/moonrepo/starbase"

[dependencies]
starbase_utils = { version = "0.7.4", path = "../utils", default-features = false }
starbase_utils = { version = "0.7.5", path = "../utils", default-features = false }
assert_cmd = "2.0.14"
assert_fs = "1.1.1"
clean-path = "0.2.1"
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.7.4"
version = "0.7.5"
edition = "2021"
license = "MIT"
description = "General fs, io, serde, net, etc, utilities."
Expand Down

0 comments on commit 2daca8a

Please sign in to comment.