From 30e1ac3cd559b348b797532a4a0d7fe20741d4e5 Mon Sep 17 00:00:00 2001 From: Malobre Date: Wed, 11 May 2022 21:41:08 +0200 Subject: [PATCH] Create RUSTSEC-0000-0000.md (#1236) --- crates/static_type_map/RUSTSEC-0000-0000.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 crates/static_type_map/RUSTSEC-0000-0000.md diff --git a/crates/static_type_map/RUSTSEC-0000-0000.md b/crates/static_type_map/RUSTSEC-0000-0000.md new file mode 100644 index 00000000..ca389b72 --- /dev/null +++ b/crates/static_type_map/RUSTSEC-0000-0000.md @@ -0,0 +1,20 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "static_type_map" +date = "2022-05-11" +informational = "unmaintained" +url = "https://github.com/malobre/erased_set/issues/6" + +[versions] +patched = [] +unaffected = [] +``` + +# `static_type_map` has been renamed to `erased_set` + +Please use the `erased_set` crate going forward: + + + +There will be no further releases of `static_type_map`.