mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 04:28:06 +02:00
Bump deps and add serde_bytes support
This commit is contained in:
@ -175,6 +175,7 @@ impl Block {
|
||||
pub enum Value {
|
||||
Primitive(Primitive),
|
||||
Object(crate::object::Dictionary),
|
||||
#[serde(with = "serde_bytes")]
|
||||
Binary(Vec<u8>),
|
||||
List(Vec<Spanned<Value>>),
|
||||
#[allow(unused)]
|
||||
|
Reference in New Issue
Block a user