From 8df67dd37963df7b4cfb3069433d66327f32cd53 Mon Sep 17 00:00:00 2001 From: NikVolf Date: Wed, 25 Jul 2018 16:42:39 +0300 Subject: [PATCH] bump nightly --- Cargo.toml | 2 +- rust-toolchain | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e9de1b98..e50c4125 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ categories = ["no-std", "embedded"] parity-hash = { version = "1", default-features = false } [dependencies] -pwasm-std = "0.9" +pwasm-std = "0.10" [dependencies.bigint] version = "4" diff --git a/rust-toolchain b/rust-toolchain index d1a13ce7..e4c7292e 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly-2018-06-04 +nightly-2018-07-24