refactor(log)!: take u64 in Builder::max_file_size (#3611)

* refactor(log)!: take u64 in Builder::max_file_size

* Apply suggestion from @amrbashir

---------

Co-authored-by: Amr Bashir <github@amrbashir.me>
This commit is contained in:
Lucas Fernandes Nogueira
2026-09-22 06:07:06 -03:00
committed by GitHub
co-authored by Amr Bashir
parent fdfb35e531
commit 1a43e4701d
2 changed files with 12 additions and 9 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"log": major
"log-js": major
---
**Breaking:** `Builder::max_file_size` now takes a `u64` instead of a `u128`.