Skip to content

update cosmwasm-std to v1.5.4 and fix deprecated functions #46

update cosmwasm-std to v1.5.4 and fix deprecated functions

update cosmwasm-std to v1.5.4 and fix deprecated functions #46

Workflow file for this run

# checks that code is properly formatted
name: clippy
on: [push]
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt
override: true
- name: Run cargo fmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: --check