aboutsummaryrefslogtreecommitdiff
path: root/src/internal.rs
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2026-02-12 16:30:05 +0000
committerdiogo464 <[email protected]>2026-02-12 16:30:05 +0000
commitf6f4cd8fcb5dd85e62cf7b10624784f8d4bdd71a (patch)
treecaff3877282abaa3e5ab6adcb26568bb65483cee /src/internal.rs
parentf319d7ab5278a3cfb43d38875d81c28cc2dce1e1 (diff)
switch to postcardHEADmain
Diffstat (limited to 'src/internal.rs')
-rw-r--r--src/internal.rs2
1 files changed, 1 insertions, 1 deletions
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 @@
1pub use bincode; 1pub use postcard;
2pub use bytes; 2pub use bytes;