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

Add warning about deprecation #334

Merged
merged 2 commits into from
Oct 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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