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 f96c7bd commit ecaeb53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/north/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "north"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = ["Rex Raphael <[email protected]>"]
description = "North Microservice Framework"
Expand Down
2 changes: 1 addition & 1 deletion crates/north/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ mod error;
mod server;

mod addr;
mod helper;
mod utils;
pub mod helper;

pub use self::utils::server_utils::print_server_info;
pub use self::utils::server_utils::NorthResult;
Expand Down

0 comments on commit ecaeb53

Please sign in to comment.