Skip to content

Commit

Permalink
Merge pull request #44 from strict-types/develop
Browse files Browse the repository at this point in the history
Update to amplify 2.8.0
  • Loading branch information
dr-orlovsky authored Nov 4, 2024
2 parents 1286e44 + b129e88 commit 9a01315
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default-members = ["rust", "rust/derive", "rust/test_helpers"]
resolver = "2"

[workspace.package]
version = "2.7.2"
version = "2.8.0"
authors = ["Dr Maxim Orlovsky <[email protected]>"]
homepage = "https://strict-types.org"
repository = "https://github.com/strict-types/strict-encoding"
Expand All @@ -13,5 +13,5 @@ edition = "2021"
license = "Apache-2.0"

[workspace.dependencies]
amplify = { version = "~4.7.1" }
amplify = { version = "4.8.0" }
serde_crate = { package = "serde", version = "1", features = ["derive"] }
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude = ["derive", "test_helpers"]

[dependencies]
amplify = { workspace = true, features = ["proc_attr"] }
strict_encoding_derive = { version = "2.7.1", path = "derive" }
strict_encoding_derive = { version = "2.8.0", path = "derive" }
serde_crate = { workspace = true, optional = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rust/test_helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ readme = "../README.md"

[dependencies]
amplify = { workspace = true }
strict_encoding = { version = "2.7.0", path = ".." }
strict_encoding = { version = "2.8.0", path = ".." }

0 comments on commit 9a01315

Please sign in to comment.