Skip to content

Commit

Permalink
fix: fixed nested config bug
Browse files Browse the repository at this point in the history
  • Loading branch information
juicycleff committed Jul 25, 2023
1 parent a492bcf commit 7328cb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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/north-derives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ syn = {version="1.0", features=["full","fold"]}
quote = "1.0.8"
poem = { workspace = true }

north-common = { version = "0.0.3" }
north-common = { workspace = true }
2 changes: 1 addition & 1 deletion crates/north/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ serde_json = { workspace = true }
serde_yaml = { workspace = true }

north-common = { version = "0.0.3" }
north-derives = { version = "0.1.0" }
north-derives = { version = "0.1.1" }

hyper = { version = "0.14", optional = true }
poem = { version = "1.3.57", optional = true, features = ["sse", "compression", "cookie", "embed", "opentelemetry", "tokio-metrics", "tower-compat", "websocket", "acme", "redis-session", "prometheus", "rustls"] }
Expand Down

0 comments on commit 7328cb6

Please sign in to comment.