Skip to content

Commit

Permalink
Merge pull request #1118 from Fi3/ExportEncodablePrimitive
Browse files Browse the repository at this point in the history
Update binary-sv2/no-serde-sv2 excport EncodablePrimitive
  • Loading branch information
plebhash committed Aug 19, 2024
2 parents 98be997 + 89819ea commit 51c6bdf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions protocols/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protocols/v2/binary-sv2/binary-sv2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "binary_sv2"
version = "1.1.0"
version = "1.2.0"
authors = ["fi3 <[email protected]>"]
edition = "2018"
description = "Sv2 data format"
Expand Down
2 changes: 1 addition & 1 deletion protocols/v2/binary-sv2/no-serde-sv2/codec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "binary_codec_sv2"
version = "1.1.0"
version = "1.2.0"
authors = ["fi3 <[email protected]>"]
edition = "2018"
description = "Sv2 data format"
Expand Down
2 changes: 1 addition & 1 deletion protocols/v2/binary-sv2/no-serde-sv2/codec/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub mod decodable {
}

pub mod encodable {
pub use crate::codec::encodable::{Encodable, EncodableField};
pub use crate::codec::encodable::{Encodable, EncodableField, EncodablePrimitive};
}

#[macro_use]
Expand Down

0 comments on commit 51c6bdf

Please sign in to comment.