Skip to content

Commit

Permalink
Merge pull request #160 from CosmWasm/upgrade-to-0.13
Browse files Browse the repository at this point in the history
Upgrade to 0.13
  • Loading branch information
webmaster128 authored Jan 6, 2021
2 parents 71881bc + 41f58a8 commit ba8e861
Show file tree
Hide file tree
Showing 25 changed files with 758 additions and 450 deletions.
14 changes: 3 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@ jobs:
# All checks on the codebase that can run in parallel to build_library
sanity:
docker:
# We don't use this Rust version but need an image with a Rust environment
- image: circleci/rust:1.47.0-buster
- image: circleci/rust:1.49.0-buster
steps:
- checkout
- run:
name: Install shellcheck
command: sudo apt install shellcheck
- run:
name: Setup Rust toolchain from ./rust-toolchain
command: echo "RUSTUP_TOOLCHAIN=$RUSTUP_TOOLCHAIN" && rustup show
- run:
name: Show version information
command: rustc --version; cargo --version; rustup --version
Expand All @@ -35,13 +31,9 @@ jobs:

build_library:
docker:
# We don't use this Rust version but need an image with a Rust environment
- image: circleci/rust:1.47.0-buster
- image: circleci/rust:1.49.0-buster
steps:
- checkout
- run:
name: Setup Rust toolchain from ./rust-toolchain
command: echo "RUSTUP_TOOLCHAIN=$RUSTUP_TOOLCHAIN" && rustup show
- run:
name: Show version information
command: rustc --version; cargo --version; rustup --version
Expand All @@ -56,7 +48,7 @@ jobs:
test:
working_directory: /go/src/github.com/CosmWasm/wasmvm
docker:
- image: circleci/golang:1.14
- image: circleci/golang:1.15
environment:
GORACE: "halt_on_error=1"
BUILD_VERSION: $(echo ${CIRCLE_SHA1} | cut -c 1-10)
Expand Down
Loading

0 comments on commit ba8e861

Please sign in to comment.