feat(server): enable large refs support (#11504)

This commit is contained in:
darkskygit
2025-04-10 03:52:28 +00:00
parent 62b9422834
commit 0cf8e078e2

View File

@@ -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 }