Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Feb 3, 2024
1 parent 0d8af1e commit 2771058
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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/archive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ all-features = true

[dependencies]
starbase_styles = { version = "0.2.0", path = "../styles" }
starbase_utils = { version = "0.4.1", path = "../utils", default-features = false, features = [
starbase_utils = { version = "0.4.2", 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.4.1", path = "../utils", default-features = false }
starbase_utils = { version = "0.4.2", path = "../utils", default-features = false }
assert_cmd = "2.0.13"
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.4.1"
version = "0.4.2"
edition = "2021"
license = "MIT"
description = "General fs, io, serde, etc, utilities."
Expand Down

0 comments on commit 2771058

Please sign in to comment.