Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exclude = ["contracts"]
resolver = "2"

[workspace.package]
version = "3.0.1"
version = "3.0.2-dev"

[workspace.dependencies]
schemars = "0.8.4"
Expand Down
6 changes: 6 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ silent: true

vars:
COSMWASM_CHECK_VERSION: 3.0.1
TOOLCHAIN: +1.82.0

tasks:

Expand All @@ -16,6 +17,11 @@ tasks:
cmds:
- task: clean

build:
desc: Build all crates
cmds:
- cmd: cargo {{.TOOLCHAIN}} build --workspace

install-cosmwasm-check:
desc: Installs cosmwasm-check tool (released version and currently developed version)
cmds:
Expand Down
20 changes: 10 additions & 10 deletions contracts/burner/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions contracts/crypto-verify/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions contracts/cyberpunk/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading