Bump 'parity-wasm' version to enable no_std builds on stable.

Bump own version in preparation for cargo publish.
Bump cli verion to match.
This commit is contained in:
Andrew Dirksen
2019-10-31 15:52:09 -07:00
parent 2fe761f8c4
commit a881cf12bb
3 changed files with 5 additions and 6 deletions
-1
View File
@@ -1,5 +1,4 @@
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(not(feature = "std"), feature(alloc))]
#[cfg(not(feature = "std"))]
#[macro_use]