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 ecaeb53 commit 7828974
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/north/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "north"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
authors = ["Rex Raphael <[email protected]>"]
description = "North Microservice Framework"
Expand Down 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.1" }
north-derives = { version = "0.1.2" }

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
6 changes: 3 additions & 3 deletions examples/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7828974

Please sign in to comment.