Skip to content

Commit 9a01315

Browse files
authored
Merge pull request #44 from strict-types/develop
Update to amplify 2.8.0
2 parents 1286e44 + b129e88 commit 9a01315

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default-members = ["rust", "rust/derive", "rust/test_helpers"]
44
resolver = "2"
55

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

1515
[workspace.dependencies]
16-
amplify = { version = "~4.7.1" }
16+
amplify = { version = "4.8.0" }
1717
serde_crate = { package = "serde", version = "1", features = ["derive"] }

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exclude = ["derive", "test_helpers"]
1515

1616
[dependencies]
1717
amplify = { workspace = true, features = ["proc_attr"] }
18-
strict_encoding_derive = { version = "2.7.1", path = "derive" }
18+
strict_encoding_derive = { version = "2.8.0", path = "derive" }
1919
serde_crate = { workspace = true, optional = true }
2020

2121
[dev-dependencies]

rust/test_helpers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ readme = "../README.md"
1616

1717
[dependencies]
1818
amplify = { workspace = true }
19-
strict_encoding = { version = "2.7.0", path = ".." }
19+
strict_encoding = { version = "2.8.0", path = ".." }

0 commit comments

Comments
 (0)