Skip to content

Commit

Permalink
bump codec_sv2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Aug 9, 2024
1 parent 1ed9477 commit 524df54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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/codec-sv2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codec_sv2"
version = "1.2.0"
version = "1.2.1"
authors = ["fi3 <email@email.org>"]
edition = "2018"
description = "Sv2 data format"
Expand Down
2 changes: 2 additions & 0 deletions protocols/v2/codec-sv2/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#![no_std]

pub use framing_sv2::framing::Frame;

extern crate alloc;

#[cfg(feature = "noise_sv2")]
Expand Down

0 comments on commit 524df54

Please sign in to comment.