mitigate additional debuginfo expansions

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-04-04 23:04:13 +00:00 committed by Jade Ellis
parent 6c7845c8af
commit de6d961535
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2
8 changed files with 13 additions and 6 deletions

View file

@ -1,4 +1,4 @@
#![type_length_limit = "2048"]
#![type_length_limit = "8192"]
#![allow(refining_impl_trait)]
mod manager;