Skip to content

Commit

Permalink
chore: release v2.7.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Apr 18, 2024
1 parent be3d631 commit 9f40e3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strict_encoding"
version = "2.7.0-beta.1"
version = "2.7.0-beta.3"
description = "Strict encoding: deterministic & confined binary serialization for strict types"
keywords = ["strict-types", "gadt", "serialization", "serde", "protobuf"]
categories = ["encoding", "parsing"]
Expand All @@ -15,7 +15,7 @@ exclude = ["derive", "test_helpers"]

[dependencies]
amplify = { workspace = true, features = ["proc_attr"] }
strict_encoding_derive = { version = "2.7.0-beta.1", path = "derive" }
strict_encoding_derive = { version = "2.7.0-beta.3", path = "derive" }
half = { version = "~2.2.0", optional = true } # Required to maintain MSRV
serde_crate = { workspace = true, optional = true }

Expand Down
2 changes: 1 addition & 1 deletion rust/derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strict_encoding_derive"
version = "2.7.0-beta.1"
version = "2.7.0-beta.3"
description = "Strict encoding derivation macros"
keywords = ["strict-encoding", "proc-macro"]
categories = ["development-tools", "encoding"]
Expand Down

0 comments on commit 9f40e3c

Please sign in to comment.