Skip to content

Commit

Permalink
chore: fix dependency ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
cbgbt committed Jun 14, 2024
1 parent daaf1dd commit a1f5dc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2021"
publish = false

[dependencies]
env_logger = "0.10"
bottlerocket-modeled-types = { path = "../../modeled-types", version = "0.1" }
bottlerocket-model-derive = { path = "../../model-derive", version = "0.1" }
bottlerocket-settings-sdk = { path = "../../../bottlerocket-settings-sdk", version = "0.1" }
env_logger = "0.10"
serde = { version = "1", features = ["derive"] }
serde_json = "1"

0 comments on commit a1f5dc0

Please sign in to comment.