Skip to content

Commit

Permalink
Add unmaintained warning to storage README
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Oct 13, 2023
1 parent d41afdd commit 4e797ef
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions packages/storage/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# WARNING: Unmaintained

This crate is no longer maintained and should not be used anymore. For an
alternative, please check out
[cw-storage-plus](https://crates.io/crates/cw-storage-plus)

# cosmwasm-storage

[![cosmwasm-storage on crates.io](https://img.shields.io/crates/v/cosmwasm-storage.svg)](https://crates.io/crates/cosmwasm-storage)
Expand All @@ -8,10 +14,14 @@ boilerplate.

## Contents

- [PrefixedStorage](#prefixed-storage)
- [TypedStorage](#typed-storage)
- [Bucket](#bucket)
- [Singleton](#singleton)
- [WARNING: Unmaintained](#warning-unmaintained)
- [cosmwasm-storage](#cosmwasm-storage)
- [Contents](#contents)
- [Prefixed Storage](#prefixed-storage)
- [Typed Storage](#typed-storage)
- [Bucket](#bucket)
- [Singleton](#singleton)
- [License](#license)

### Prefixed Storage

Expand Down

0 comments on commit 4e797ef

Please sign in to comment.