Skip to content

Commit

Permalink
Expose Bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
olanod committed Oct 25, 2021
1 parent 9b2425c commit 69b4d62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "scale-serialization"
description = "SCALE Serialization"
version = "0.7.4"
version = "0.7.5"
authors = ["Daniel Olano <[email protected]>"]
edition = "2018"
repository = "https://github.com/virto-network/scales"
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ extern crate alloc;
mod serializer;
mod value;

pub use bytes::Bytes;
#[cfg(feature = "json")]
pub use serde_json::Value as JsonValue;
#[cfg(feature = "experimental-serializer")]
Expand Down

0 comments on commit 69b4d62

Please sign in to comment.