This repository was archived by the owner on Feb 28, 2021. It is now read-only.
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
command : " ci/run"
4
4
timeout_in_minutes : 60
5
5
env :
6
- DOCKER_IMAGE : gcr.io/opensourcecoin/radicle-registry/ci-base:9956955f61e2c91fb94a2ed4eee26bf17aa44b50
6
+ DOCKER_IMAGE : gcr.io/opensourcecoin/radicle-registry/ci-base:c068afc4d2012cd70a9943ead3671e2e5b35508a
7
7
DOCKER_FILE : ci/base-image/Dockerfile
8
8
STEP_DOCKER_FILE : ci/node-image/Dockerfile
9
9
STEP_DOCKER_IMAGE : gcr.io/opensourcecoin/radicle-registry/node
Original file line number Diff line number Diff line change 2
2
#
3
3
# Includes
4
4
#
5
- # * Rustup with `nightly-2020-03-19 ` toolchain (see RUST_VERSION)
5
+ # * Rustup with `nightly-2020-04-20 ` toolchain (see RUST_VERSION)
6
6
# * Additional rustup components and the wasm32 target
7
7
# * sccache v0.2.12
8
8
@@ -42,7 +42,7 @@ RUN set -euxo pipefail; \
42
42
43
43
# Install rustup and default toolchain from RUST_VERSION. This is copied from
44
44
# https://github.com/rust-lang/docker-rust/blob/8d0f25416858e2c1f59511a15c2bd0445b402caa/1.39.0/buster/slim/Dockerfile
45
- ENV RUST_VERSION=nightly-2020-03-19
45
+ ENV RUST_VERSION=nightly-2020-04-20
46
46
RUN set -eux; \
47
47
dpkgArch="$(dpkg --print-architecture)" ; \
48
48
case "${dpkgArch##*-}" in \
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ impl ClientT for Client {
234
234
235
235
async fn free_balance ( & self , account_id : & AccountId ) -> Result < state:: AccountBalance , Error > {
236
236
let account_info = self
237
- . fetch_map_value :: < system:: Account < Runtime > , _ , _ > ( account_id. clone ( ) )
237
+ . fetch_map_value :: < system:: Account < Runtime > , _ , _ > ( * account_id)
238
238
. await ?;
239
239
Ok ( account_info. data . free )
240
240
}
Original file line number Diff line number Diff line change 1
- nightly-2020-03-19
1
+ nightly-2020-04-20
You can’t perform that action at this time.
0 commit comments