Skip to content

Commit

Permalink
chore: rust 1.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Feb 15, 2021
1 parent b1e9543 commit ec362bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:
- ./target

- name: test
image: joseluisq/rust-linux-darwin-builder:1.48.0
image: joseluisq/rust-linux-darwin-builder:1.50.0
commands:
- make test

Expand Down Expand Up @@ -62,12 +62,12 @@ platform:

steps:
- name: test
image: joseluisq/rust-linux-darwin-builder:1.48.0
image: joseluisq/rust-linux-darwin-builder:1.50.0
commands:
- make test

- name: release-linux
image: joseluisq/rust-linux-darwin-builder:1.48.0
image: joseluisq/rust-linux-darwin-builder:1.50.0
commands:
- make prod.release.linux

Expand Down Expand Up @@ -116,7 +116,7 @@ steps:
checksum_dest: ./release/paket-${DRONE_TAG}-x86_64-unknown-linux-musl-SHA256SUM

- name: release-darwin
image: joseluisq/rust-linux-darwin-builder:1.48.0
image: joseluisq/rust-linux-darwin-builder:1.50.0
commands:
- make prod.release.darwin

Expand Down

0 comments on commit ec362bb

Please sign in to comment.