Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
crates.io release 0.2.1 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilLuta committed Jul 31, 2024
1 parent 9cbaa8b commit 981490c
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 = "boojum"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["The Matter Labs Team <[email protected]>"]
homepage = "https://zksync.io/"
Expand All @@ -25,7 +25,7 @@ arrayvec = "0.7"
const_format = "0.2"
bincode = "1.3"
ethereum-types = "=0.14.1"
cs_derive = { version = "=0.2.0", path = "./cs_derive" }
cs_derive = { version = "=0.2.1", path = "./cs_derive" }
itertools = "0.10"
blake2 = "0.10"
sha2 = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion cs_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cs_derive"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["The Matter Labs Team <[email protected]>"]
homepage = "https://zksync.io/"
Expand Down

0 comments on commit 981490c

Please sign in to comment.