Files
Thomas Montaigu d394af7f4d chore: bump dyn-stack to 0.13
Notable changes:
- StackReq methods no longer returns Result<StackReq, SizeOverflow>
  instead, StackReq contains the invalid state.
  Now, its when we create a PodBuffer that we can check/catch if the
  size req is invalid by catching errors when calling
  `PodBuffer::try_new`. Its also possible to manually check that
  `stack_req != StackReq::OVERFLOW`

- GlobalaPodBuffer is now PodBuffer
2025-12-15 10:02:17 +01:00
..
2025-12-12 11:20:03 +01:00
2025-12-15 10:02:17 +01:00
2025-11-14 14:14:39 +01:00
2023-09-20 09:39:50 +02:00
2025-02-18 13:19:28 +01:00