Skip to content

Commit

Permalink
Merge branch 'main' into svelte5-frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra authored May 5, 2024
2 parents 3acad35 + 5f79096 commit f78688a
Show file tree
Hide file tree
Showing 9 changed files with 240 additions and 74 deletions.
131 changes: 66 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
Loading

0 comments on commit f78688a

Please sign in to comment.