Skip to content

Commit

Permalink
updated the toolkit and toolkit-storage to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenpo committed Sep 4, 2022
1 parent 9f59c7f commit 19c2f0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "secret-toolkit-storage"
version = "0.4.2"
version = "0.5.0"
edition = "2018"
authors = ["SCRT Labs <[email protected]>"]
license-file = "../../LICENSE"
Expand Down
4 changes: 2 additions & 2 deletions packages/toolkit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "secret-toolkit"
version = "0.4.0"
version = "0.5.0"
edition = "2018"
authors = ["SCRT Labs <[email protected]>"]
license-file = "../../LICENSE"
Expand Down Expand Up @@ -33,6 +33,6 @@ secret-toolkit-permit = { version = "0.3.0", path = "../permit", optional = true
secret-toolkit-serialization = { version = "0.3", path = "../serialization", optional = true }
secret-toolkit-snip20 = { version = "0.3", path = "../snip20", optional = true }
secret-toolkit-snip721 = { version = "0.3", path = "../snip721", optional = true }
secret-toolkit-storage = { version = "0.4", path = "../storage", optional = true }
secret-toolkit-storage = { version = "0.5", path = "../storage", optional = true }
secret-toolkit-utils = { version = "0.3", path = "../utils", optional = true }
secret-toolkit-viewing-key = { version = "0.3", path = "../viewing_key", optional = true }

0 comments on commit 19c2f0c

Please sign in to comment.