fix: patch coarsetime with portable-atomic for MIPS AtomicU64 support
All checks were successful
Build MIPS Binary / build (push) Successful in 5m18s

This commit is contained in:
spinline
2026-02-10 01:29:06 +03:00
parent 5e1f4b18c2
commit 94bc7cb91d
9 changed files with 847 additions and 2 deletions

View File

@@ -16,3 +16,6 @@ strip = true
# Artık (incremental) build'i kapat ki optimizasyon tam olsun
incremental = false
[patch.crates-io]
coarsetime = { path = "patches/coarsetime" }