Skip to content

Commit

Permalink
internal: Deprecate schema-plugin crate.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Sep 17, 2023
1 parent 49425d9 commit a1762d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/schema-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 3 additions & 1 deletion crates/schema-plugin/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit a1762d7

Please sign in to comment.