Skip to content

Commit

Permalink
release v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Sep 19, 2023
1 parent 9f33567 commit 41031e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ repository = "https://github.com/strict-types/strict-encoding"
rust-version = "1.67" # Due to NonZero::BITS
edition = "2021"
license = "Apache-2.0"

[patch.crates-io]
amplify = { git = "https://github.com/rust-amplify/rust-amplify", branch = "feat/array-reverse" }
6 changes: 3 additions & 3 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strict_encoding"
version = "2.5.0"
version = "2.6.0"
description = "Strict encoding: deterministic & confined binary serialization for strict types"
keywords = ["strict-types", "gadt", "serialization", "serde", "protobuf"]
categories = ["encoding", "parsing"]
Expand All @@ -14,14 +14,14 @@ readme = "README.md"
exclude = ["derive", "test_helpers"]

[dependencies]
amplify = { version = "4.0.2", features = ["proc_attr"] }
amplify = { version = "4.1.0", features = ["proc_attr"] }
strict_encoding_derive = { version = "2.0.0", path = "derive" }
half = { version = "~2.2.0", optional = true } # Required to maintain MSRV
serde_crate = { package = "serde", version = "1", features = ["derive"], optional = true }

[dev-dependencies]
rand = "0.8.5"
amplify = { version = "4.0.0", features = ["proc_attr", "hex"] }
amplify = { version = "4.1.0", features = ["proc_attr", "hex"] }
strict_encoding_test = { version = "2.0.0-alpha.2", path = "./test_helpers" }

[features]
Expand Down

0 comments on commit 41031e8

Please sign in to comment.