-
Notifications
You must be signed in to change notification settings - Fork 381
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark crate cosmwasm as unmaintained (#1856)
- Loading branch information
1 parent
33acf3e
commit a623e80
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
```toml | ||
[advisory] | ||
id = "RUSTSEC-0000-0000" | ||
package = "cosmwasm" | ||
date = "2024-01-20" | ||
url = "https://github.com/CosmWasm/cosmwasm/issues/1430" | ||
informational = "unmaintained" | ||
categories = [] | ||
license = "CC0-1.0" | ||
|
||
[versions] | ||
patched = [] | ||
``` | ||
|
||
# `cosmwasm` is unmaintained | ||
|
||
The crate `cosmwasm` is [not used anymore] since spring 2020. | ||
The functionality was split in multiple different crates, such as the standard library `cosmwasm-std` and the virtual machine `cosmwasm-vm`. An overview can be found in the [cosmwasm repository]. | ||
|
||
If you have this crate in your dependency tree, this is very likely by mistake and should be corrected. | ||
|
||
[not used anymore]: https://github.com/CosmWasm/cosmwasm/issues/1430 | ||
[cosmwasm repository]: https://github.com/CosmWasm/cosmwasm |