Reexport nu protocol value

pull/3/head
trivernis 2 years ago
parent 3f16466b3a
commit d954c06d21
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -1,6 +1,6 @@
[package]
name = "embed-nu"
version = "0.2.4"
version = "0.2.5"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/Trivernis/embed-nu"

@ -10,7 +10,7 @@ pub use argument::{Argument, IntoArgument};
pub use context::{CommandGroupConfig, Context, ContextBuilder};
pub use into_expression::*;
pub use into_value::*;
pub use nu_protocol::PipelineData;
pub use nu_protocol::{PipelineData, Value};
pub use rusty_value;
pub use rusty_value::RustyValue;
pub use utils::NewEmpty;

Loading…
Cancel
Save