diff --git a/Cargo.toml b/Cargo.toml index 3506f0f99..744665318 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parity-wasm" -version = "0.45.0" +version = "0.45.1" authors = ["Nikolay Volf ", "Svyatoslav Nikolsky ", "Sergey Shulepov "] license = "MIT/Apache-2.0" readme = "README.md" diff --git a/README.md b/README.md index 77eb3249f..68df9bd19 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # parity-wasm +> :warning: **This repository/crate is deprecated and unmaintained**: If you interested in maintaining +this crate consider forking it. We can provide a link to the most promising forks here. + Low-level WebAssembly format library. [![Build Status](https://travis-ci.org/paritytech/parity-wasm.svg?branch=master)](https://travis-ci.org/paritytech/parity-wasm)