Skip to content

Commit

Permalink
feat(gadget-sdk): export ByteBuf
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Nov 26, 2024
1 parent c8b0158 commit 56f0827
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
Expand Up @@ -46,7 +46,7 @@ broken_intra_doc_links = "deny"
[workspace.dependencies]
gadget-io = { version = "0.0.5", path = "./gadget-io", default-features = false }
blueprint-manager = { version = "0.1.3", path = "./blueprint-manager" }
blueprint-serde = { version = "0.2.0", path = "./blueprint-serde", package = "gadget-blueprint-serde" }
blueprint-serde = { path = "./blueprint-serde", package = "gadget-blueprint-serde" }
blueprint-test-utils = { path = "./blueprint-test-utils" }
gadget-sdk = { path = "./sdk", default-features = false, version = "0.5.1" }

Expand Down
1 change: 1 addition & 0 deletions sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ pub use tangle_subxt;
pub use tokio;
pub use tracing;
pub use uuid;
pub use blueprint_serde::ByteBuf;

// External modules usually used in proc-macro codegen.
#[doc(hidden)]
Expand Down

0 comments on commit 56f0827

Please sign in to comment.