Skip to content

Commit

Permalink
fix cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Oct 14, 2023
1 parent 09093bb commit 3110173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kitsune/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = "https://joinkitsune.org"
build = "build.rs"

[dependencies]
athena = { version = "0.0.1-pre.3", path = "../lib/athena" }
athena = { path = "../lib/athena" }
argon2 = { version = "0.5.2", features = ["std"] }
askama = { version = "0.12.1", features = [
"with-axum",
Expand Down Expand Up @@ -48,7 +48,7 @@ kitsune-embed = { path = "../crates/kitsune-embed" }
kitsune-http-client = { path = "../crates/kitsune-http-client" }
kitsune-http-signatures = { path = "../crates/kitsune-http-signatures" }
kitsune-job-runner = { path = "../kitsune-job-runner" }
kitsune-language = { path = "../crates/kitsune-language", default-features = false }
kitsune-language = { path = "../crates/kitsune-language" }
kitsune-search = { path = "../crates/kitsune-search" }
kitsune-storage = { path = "../crates/kitsune-storage" }
kitsune-type = { path = "../crates/kitsune-type" }
Expand Down

0 comments on commit 3110173

Please sign in to comment.