Skip to content

Commit de63474

Browse files
committed
Fix parsing of site data when OAuth is enabled
1 parent 6fcfaa9 commit de63474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/rust_lingua/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ lingua = { git = "https://github.com/Nutomic/lingua-rs", branch = "wasm-bindgen-
2424
] }
2525
extism-pdk = "1.3.0"
2626
serde = { version = "1", features = ["derive"] }
27-
lemmy_api_common = { git = "https://github.com/LemmyNet/lemmy.git" }
27+
lemmy_api_common = { git = "https://github.com/LemmyNet/lemmy.git", branch = "public-oauth-provider" }

0 commit comments

Comments
 (0)