From a1762d7211b2d8a3d704cb4e9bb392f7087f860e Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Sun, 17 Sep 2023 12:56:58 -0700 Subject: [PATCH] internal: Deprecate schema-plugin crate. --- crates/schema-plugin/Cargo.toml | 2 +- crates/schema-plugin/README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/crates/schema-plugin/Cargo.toml b/crates/schema-plugin/Cargo.toml index db9421f83..93468d10d 100644 --- a/crates/schema-plugin/Cargo.toml +++ b/crates/schema-plugin/Cargo.toml @@ -3,7 +3,7 @@ name = "proto_schema_plugin" version = "0.11.4" edition = "2021" license = "MIT" -description = "Utilities for working with proto's TOML plugins." +description = "DEPRECATED: Utilities for working with proto's TOML plugins." homepage = "https://moonrepo.dev/proto" repository = "https://github.com/moonrepo/proto" diff --git a/crates/schema-plugin/README.md b/crates/schema-plugin/README.md index 0892cd2d2..351c5127a 100644 --- a/crates/schema-plugin/README.md +++ b/crates/schema-plugin/README.md @@ -1,4 +1,6 @@ -# proto_schema_plugin +# proto_schema_plugin (DEPRECATED) + +> Functionality has moved to the WASM [schema-plugin](https://github.com/moonrepo/schema-plugin). ![Crates.io](https://img.shields.io/crates/v/proto_schema_plugin) ![Crates.io](https://img.shields.io/crates/d/proto_schema_plugin)