Again lock 'SystemTimeDecodeError' behind the 'std' feature; Support custom error types when deriving 'Encode' and 'Decode';
This commit is contained in:
parent
869629fa01
commit
9520130eb3
16 changed files with 151 additions and 38 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue