Skip to content

Commit 19c2f0c

Browse files
committed
updated the toolkit and toolkit-storage to 0.5
1 parent 9f59c7f commit 19c2f0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "secret-toolkit-storage"
3-
version = "0.4.2"
3+
version = "0.5.0"
44
edition = "2018"
55
authors = ["SCRT Labs <info@scrtlabs.com>"]
66
license-file = "../../LICENSE"

packages/toolkit/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "secret-toolkit"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2018"
55
authors = ["SCRT Labs <info@scrtlabs.com>"]
66
license-file = "../../LICENSE"
@@ -33,6 +33,6 @@ secret-toolkit-permit = { version = "0.3.0", path = "../permit", optional = true
3333
secret-toolkit-serialization = { version = "0.3", path = "../serialization", optional = true }
3434
secret-toolkit-snip20 = { version = "0.3", path = "../snip20", optional = true }
3535
secret-toolkit-snip721 = { version = "0.3", path = "../snip721", optional = true }
36-
secret-toolkit-storage = { version = "0.4", path = "../storage", optional = true }
36+
secret-toolkit-storage = { version = "0.5", path = "../storage", optional = true }
3737
secret-toolkit-utils = { version = "0.3", path = "../utils", optional = true }
3838
secret-toolkit-viewing-key = { version = "0.3", path = "../viewing_key", optional = true }

0 commit comments

Comments
 (0)