Again lock 'SystemTimeDecodeError' behind the 'std' feature; Support custom error types when deriving 'Encode' and 'Decode';

This commit is contained in:
Gabriel Bjørnager Jensen 2025-04-03 12:16:52 +02:00
parent 869629fa01
commit 9520130eb3
16 changed files with 151 additions and 38 deletions

View file

@ -32,7 +32,7 @@ readme.workspace = true
repository.workspace = true
[dependencies]
oct = { path = "../oct", version = "0.20", features = ["proc-macro"]}
oct = { path = "../oct", version = "0.21", features = ["proc-macro"]}
bincode = "2.0"
rand = "0.9"