Skip to content

Commit

Permalink
fastrlp 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vorot93 committed Apr 17, 2023
1 parent fd9af81 commit 42347d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fastrlp"
version = "0.2.3"
version = "0.3.0"
edition = "2021"
license = "MPL-2.0"
description = "Fast RLP serialization library"
Expand All @@ -12,7 +12,7 @@ auto_impl = "1"
bytes = { version = "1", default-features = false }
ethnum = { version = "1", default-features = false, optional = true }
ethereum-types = { version = "0.14", default-features = false, optional = true }
fastrlp-derive = { version = "0.1", path = "derive", optional = true }
fastrlp-derive = { version = "0.2", path = "derive", optional = true }

[dev-dependencies]
fastrlp-test = { path = ".", package = "fastrlp", features = [
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fastrlp-derive"
version = "0.1.6"
version = "0.2.0"
edition = "2021"
license = "MPL-2.0"
description = "Procedural macros for fastrlp"
Expand Down

0 comments on commit 42347d8

Please sign in to comment.