all: update dependencies
This commit is contained in:
parent
12bc45b07f
commit
a09e8bfbd3
6 changed files with 329 additions and 387 deletions
|
|
@ -31,7 +31,6 @@ pub fn bincode_ops() -> impl bincode::config::Config {
|
|||
.with_fixed_int_encoding()
|
||||
.with_little_endian()
|
||||
.with_no_limit()
|
||||
.skip_fixed_array_length()
|
||||
}
|
||||
|
||||
pub trait Config {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue