From 78475e6c731ccc48a06ce87ddc3f90ef9bf83b67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Thei=C3=9Fen?= Date: Fri, 19 Aug 2022 10:57:49 +0200 Subject: [PATCH 1/2] Add warning about deprecation --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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) From 16d271b108ffbe8ba27d57e61c5c176013fe3808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Thei=C3=9Fen?= Date: Fri, 19 Aug 2022 11:05:13 +0200 Subject: [PATCH 2/2] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"