Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jan 24, 2025
1 parent 908ef13 commit 15b568e
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 @@ -12,7 +12,7 @@ all-features = true

[dependencies]
starbase_styles = { version = "0.4.12", path = "../styles" }
starbase_utils = { version = "0.10.0", path = "../utils", default-features = false, features = [
starbase_utils = { version = "0.10.1", 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.10.0", path = "../utils", default-features = false }
starbase_utils = { version = "0.10.1", 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/utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starbase_utils"
version = "0.10.0"
version = "0.10.1"
edition = "2021"
license = "MIT"
description = "General fs, io, serde, net, etc, utilities."
Expand Down

0 comments on commit 15b568e

Please sign in to comment.