Increase max resources

This commit is contained in:
hodasemi 2025-04-11 07:13:12 +02:00
parent 604b6a4dc0
commit eacbbdcdff

View file

@ -292,4 +292,4 @@ impl_update_filter!(Nonuple, [R, r], [S, s], [T, t], [U, u], [V, v], [W, w],
#[rustfmt::skip]
impl_update_filter!(Decuple, [R, r], [S, s], [T, t], [U, u], [V, v], [W, w], [X, x], [Y, y], [Z, z], [A, a]);
implement_updates!(5, 6);
implement_updates!(5, 10);