Skip to content

Commit

Permalink
implement basic component cache
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed May 4, 2024
1 parent c9c36c4 commit efdfb61
Show file tree
Hide file tree
Showing 7 changed files with 117 additions and 69 deletions.
130 changes: 65 additions & 65 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions crates/kitsune-config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ pub struct Configuration {
}

impl Configuration {
#[inline]
pub async fn load<P>(path: P) -> Result<Self>
where
P: AsRef<Path>,
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ kitsune-error = { path = "../kitsune-error" }
kitsune-language = { path = "../kitsune-language" }
kitsune-type = { path = "../kitsune-type" }
num-derive = "0.4.2"
num-traits = "0.2.18"
num-traits = "0.2.19"
rustls = { version = "0.23.5", default-features = false, features = [
"logging",
"ring",
Expand Down
Loading

0 comments on commit efdfb61

Please sign in to comment.