Skip to content

Commit 3b51693

Browse files
committed
Bump versions: clarity to 1.6.0, web30 to 1.14.0
1 parent 9714a6d commit 3b51693

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

clarity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clarity"
3-
version = "1.5.5"
3+
version = "1.6.0"
44
authors = ["Michał Papierski <michal@papierski.net>, Justin Kilpatrick <justin@althea.net>"]
55
autotests = true
66
include = [

web30/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "web30"
3-
version = "1.13.0"
3+
version = "1.14.0"
44
authors = ["Michal Papierski", "Jehan Tremback", "Justin Kilpatrick", "Christian Borst"]
55
description = "Async endian safe web3 library"
66
license = "Apache-2.0"
@@ -11,7 +11,7 @@ repository = "https://github.com/althea-net/web30"
1111
serde = "1.0"
1212
serde_derive = "1.0"
1313
serde_json = "1.0"
14-
clarity = {path = "../clarity", version = "1.5.5"}
14+
clarity = {path = "../clarity", version = "1.6.0"}
1515
num256 = {workspace = true}
1616
futures = "0.3"
1717
awc = {version = "3.8", default-features = false, features=["openssl", "compress-gzip", "compress-zstd"]}

0 commit comments

Comments
 (0)