You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/adr/010-migrate-to-bincode2.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,13 @@
4
4
5
5
## Context
6
6
7
-
The original `bincode` crate became unmaintained in late 2024/early 2025 due to a doxxing and harassment incident. The maintainer ceased all development and published v3.0.0 as a "tombstone" release that intentionally fails to compile.
7
+
The original `bincode` crate became unmaintained in late 2024/early 2025 due to a doxxing and harassment incident. The
8
+
maintainer ceased all development and published v3.0.0 as a "tombstone" release that intentionally fails to compile.
8
9
9
10
## Decision
10
11
11
12
Migrated to `bincode2` v2, a maintained fork by Pravega, which provides:
13
+
12
14
- Drop-in replacement with minimal code changes
13
15
- Ongoing maintenance and security updates
14
16
- Compatible API with bincode v1
@@ -25,8 +27,8 @@ Migrated to `bincode2` v2, a maintained fork by Pravega, which provides:
25
27
26
28
1.**Cargo.toml**: Changed `bincode = "1"` to `bincode2 = "2"`
27
29
2.**src-tauri/src/font_metrics/mod.rs**: Updated two function calls:
0 commit comments