Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Add warning about deprecation (#334)
Browse files Browse the repository at this point in the history
* Add warning about deprecation

* Bump version
  • Loading branch information
athei authored Oct 1, 2022
1 parent 0e95197 commit b760a74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parity-wasm"
version = "0.45.0"
version = "0.45.1"
authors = ["Nikolay Volf <[email protected]>", "Svyatoslav Nikolsky <[email protected]>", "Sergey Shulepov <[email protected]>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit b760a74

Please sign in to comment.