mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-30 07:27:56 +00:00
Bump syntex/aster/quasi version
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ impl<'a> ser::Serialize for Bytes<'a> {
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/// `ByteBuf` wraps a `Vec<u8>` and serializes as a byte array.
|
||||
#[derive(Clone, Eq, Hash, PartialEq, PartialOrd, Ord)]
|
||||
#[derive(Clone, Default, Eq, Hash, PartialEq, PartialOrd, Ord)]
|
||||
pub struct ByteBuf {
|
||||
bytes: Vec<u8>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user