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 45d7d44 commit 6ad5e0c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
6 changes: 2 additions & 4 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions crates/north/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ poem = { version = "1.3.57", optional = true, features = ["sse", "compression",
poem-openapi = { version = "3.0.0", features = ["swagger-ui"], optional = true }

# Database
aragog = { version = "0.17", optional = true }
aragog = { git = "https://gitlab.com/juicycleff/aragog", branch = "master", optional = true }

[dev-dependencies]
mockall = { workspace = true }
Expand All @@ -59,5 +59,5 @@ rusty-hook = { workspace = true }
#features = ["prepush-hook", "run-for-all", "precommit-hook", "postmerge-hook", "run-cargo-clippy", "run-cargo-fmt"]


[patch.crates-io]
aragog = { git = "https://gitlab.com/juicycleff/aragog", branch = "master" }
#[patch.crates-io]
#aragog = { git = "https://gitlab.com/juicycleff/aragog", branch = "master" }
6 changes: 2 additions & 4 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 6ad5e0c

Please sign in to comment.