From 0cf8e078e209994b988ecfbed5f93395e0f5b919 Mon Sep 17 00:00:00 2001 From: darkskygit Date: Thu, 10 Apr 2025 03:52:28 +0000 Subject: [PATCH] feat(server): enable large refs support (#11504) --- packages/backend/native/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/backend/native/Cargo.toml b/packages/backend/native/Cargo.toml index 2f88c678bd..b3d8afcb5e 100644 --- a/packages/backend/native/Cargo.toml +++ b/packages/backend/native/Cargo.toml @@ -16,7 +16,7 @@ rand = { workspace = true } sha3 = { workspace = true } tiktoken-rs = { workspace = true } v_htmlescape = { workspace = true } -y-octo = { workspace = true } +y-octo = { workspace = true, features = ["large_refs"] } [target.'cfg(not(target_os = "linux"))'.dependencies] mimalloc = { workspace = true }