Skip to content

Commit 7a931d1

Browse files
authored
Add cw0 advisory (#2051)
1 parent 380ff58 commit 7a931d1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

crates/cw0/RUSTSEC-0000-0000.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
```toml
2+
[advisory]
3+
id = "RUSTSEC-0000-0000"
4+
package = "cw0"
5+
date = "2024-08-26"
6+
url = "https://github.com/CosmWasm/cw-plus/issues/471"
7+
informational = "unmaintained"
8+
categories = []
9+
10+
[versions]
11+
patched = []
12+
```
13+
14+
# `cw0` is unmaintained
15+
16+
The crate `cw0` was first [renamed to `utils`](https://github.com/CosmWasm/cw-plus/pull/508) in 2021 and [then to `cw-utils`](https://github.com/CosmWasm/cw-plus/pull/598) because `utils` was already claimed on crates.io.
17+
18+
The crate `cw0` is not maintained anymore since then and should be replaced with `cw-utils`.

0 commit comments

Comments
 (0)