Skip to content

Commit

Permalink
chore: rename string_impls_for to string-impls-for
Browse files Browse the repository at this point in the history
  • Loading branch information
cbgbt committed Jun 17, 2024
1 parent 84e39a3 commit 43c22ac
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ members = [
"bottlerocket-settings-models/modeled-types",
"bottlerocket-settings-models/scalar",
"bottlerocket-settings-models/scalar-derive",
"bottlerocket-settings-models/string_impls_for",
"bottlerocket-settings-models/string-impls-for",

# Settings extensions
# These will eventually live in the kit workspaces that own the related software
Expand Down
2 changes: 1 addition & 1 deletion bottlerocket-settings-models/modeled-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ serde = "1"
serde_json = "1"
serde_plain = "1"
snafu = "0.8"
bottlerocket-string-impls-for = { path = "../string_impls_for", version = "0.1" }
bottlerocket-string-impls-for = { path = "../string-impls-for", version = "0.1" }
url = "2"
x509-parser = "0.16"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false

[dependencies]
bottlerocket-settings-sdk = { path = "../../../bottlerocket-settings-sdk", version = "0.1" }
bottlerocket-string-impls-for = { version = "0.1", path = "../../string_impls_for" }
bottlerocket-string-impls-for = { version = "0.1", path = "../../string-impls-for" }
env_logger = "0.10"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
2 changes: 1 addition & 1 deletion bottlerocket-settings-models/settings-models/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bottlerocket-model-derive = { path = "../model-derive", version = "0.1" }
bottlerocket-modeled-types = { path = "../modeled-types", version = "0.1" }
bottlerocket-scalar = { path = "../scalar", version = "0.1" }
bottlerocket-scalar-derive = { path = "../scalar-derive", version = "0.1" }
bottlerocket-string-impls-for = { path = "../string_impls_for", version = "0.1" }
bottlerocket-string-impls-for = { path = "../string-impls-for", version = "0.1" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
toml = "0.8"
Expand Down

0 comments on commit 43c22ac

Please sign in to comment.