forked from CosmWasm/cosmwasm
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
30 additions
and
30 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cosmwasm-crypto" | ||
version = "1.1.10" | ||
version = "1.1.11" | ||
authors = ["SCRT Labs <[email protected]>"] | ||
edition = "2021" | ||
description = "Compatability layer for contracts that want to use the git versions of the std fork with a patch" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "secret-cosmwasm-crypto" | ||
version = "1.1.10" | ||
version = "1.1.11" | ||
authors = [ | ||
"Mauro Lacy <[email protected]>", | ||
"SCRT Labs <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cosmwasm-derive" | ||
version = "1.1.10" | ||
version = "1.1.11" | ||
authors = ["Simon Warta <[email protected]>"] | ||
edition = "2021" | ||
description = "A package for auto-generated code used for CosmWasm contract development. This is shipped as part of cosmwasm-std. Do not use directly." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cosmwasm-schema-derive" | ||
version = "1.1.10" | ||
version = "1.1.11" | ||
authors = ["Tomasz Kurcz <[email protected]>"] | ||
edition = "2021" | ||
description = "Derive macros for cosmwasm-schema" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cosmwasm-schema" | ||
version = "1.1.10" | ||
version = "1.1.11" | ||
authors = [ | ||
"Simon Warta <[email protected]>", | ||
"Ethan Frey <[email protected]>", | ||
|
@@ -11,7 +11,7 @@ repository = "https://github.com/CosmWasm/cosmwasm/tree/main/packages/schema" | |
license = "Apache-2.0" | ||
|
||
[dependencies] | ||
cosmwasm-schema-derive = { version = "=1.1.10", path = "../schema-derive" } | ||
cosmwasm-schema-derive = { version = "=1.1.11", path = "../schema-derive" } | ||
schemars = "0.8.3" | ||
serde = "1.0" | ||
serde_json = "1.0.40" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "secret-cosmwasm-std" | ||
version = "1.1.10" | ||
version = "1.1.11" | ||
authors = [ | ||
"Ethan Frey <[email protected]>", | ||
"SCRT Labs <[email protected]>", | ||
|
@@ -45,7 +45,7 @@ random = [] | |
|
||
[dependencies] | ||
base64 = "0.13.0" | ||
cosmwasm-derive = { path = "../derive", version = "1.1.10" } | ||
cosmwasm-derive = { path = "../derive", version = "1.1.11" } | ||
|
||
serde-json-wasm = { version = "0.4.1" } | ||
schemars = "0.8.3" | ||
|
@@ -60,7 +60,7 @@ hex = "0.4" | |
uint = "0.9.3" | ||
|
||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] | ||
secret-cosmwasm-crypto = { path = "../crypto", version = "1.1.10" } | ||
secret-cosmwasm-crypto = { path = "../crypto", version = "1" } | ||
|
||
[dev-dependencies] | ||
cosmwasm-schema = { path = "../schema" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "secret-cosmwasm-storage" | ||
version = "1.1.10" | ||
version = "1.1.11" | ||
authors = [ | ||
"Ethan Frey <[email protected]>", | ||
"SCRT Labs <[email protected]>", | ||
|
@@ -19,7 +19,7 @@ iterator = ["secret-cosmwasm-std/iterator"] | |
|
||
[dependencies] | ||
# Uses the path when built locally; uses the given version from crates.io when published | ||
secret-cosmwasm-std = { version = "1.1.10", path = "../std", default-features = false } | ||
secret-cosmwasm-std = { version = "1.1.11", path = "../std", default-features = false } | ||
serde = { version = "1.0.103", default-features = false, features = [ | ||
"derive", | ||
"alloc", | ||
|