Skip to content

Commit

Permalink
gh action custom yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-1857 committed Mar 19, 2024
1 parent 36b852a commit 2715b69
Show file tree
Hide file tree
Showing 92 changed files with 66 additions and 24,960 deletions.
882 changes: 45 additions & 837 deletions Cargo.lock

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ stake-cw20-v03 = { package = "stake-cw20", version = "0.2.6",default-features =
voting-v1 = { package = "dao-voting", version = "0.1.0" ,default-features = false}


secret-utils = { path = "./packages/utils/",default-features = false }
secret-toolkit = { version = "0.10.0", default-features = false, features = [
"utils",
"serialization",
Expand All @@ -119,17 +118,20 @@ secret-toolkit = { version = "0.10.0", default-features = false, features = [
"snip20",
"snip721",
] }
secret-storage-plus = { path = "./packages/storage-plus/" ,default-features = false}

secret-utils = { path = "./packages/utils/",default-features = false }
secret-cw-controllers = { path = "./packages/controllers/",default-features = false }
secret-cw2 = { path = "./packages/cw2/",default-features = false }
secret-multi-test = { path = "./packages/multi-test/",default-features = false }
secret-storage-plus = { git = "https://github.com/securesecrets/secret-plus-utils", version = "0.13.4" }
secret-multi-test = { git = "https://github.com/securesecrets/secret-plus-utils", version = "0.13.4" }
secret-cw2 = { git = "https://github.com/securesecrets/secret-plus-utils" }

cosmwasm-std = { package = "secret-cosmwasm-std", version = "1.1.11", features = [
"stargate",
"staking",
"ibc3",
"random",
],default-features = false }

cosmwasm-storage = { package = "secret-cosmwasm-storage", version = "1.1.11",default-features = false }
schemars = {version = "0.8.12",default-features = false}
serde = { version = "1.0.158", default-features = false, features = ["derive"] }
Expand Down
28 changes: 0 additions & 28 deletions packages/borsh-storage/Cargo.toml

This file was deleted.

Loading

0 comments on commit 2715b69

Please sign in to comment.