From f6f4cd8fcb5dd85e62cf7b10624784f8d4bdd71a Mon Sep 17 00:00:00 2001 From: diogo464 Date: Thu, 12 Feb 2026 16:30:05 +0000 Subject: switch to postcard --- src/internal.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/internal.rs') diff --git a/src/internal.rs b/src/internal.rs index a3c203a..7085d84 100644 --- a/src/internal.rs +++ b/src/internal.rs @@ -1,2 +1,2 @@ -pub use bincode; +pub use postcard; pub use bytes; -- cgit