From c642a7693edbcf1043f820941ce2da05406cc442 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 18 Nov 2022 10:14:54 -0800 Subject: modules/rust: stabilize Mesa is using the rust module in production, so we should stabilize it. --- docs/markdown/Rust-module.md | 3 ++- docs/markdown/snippets/rust_module_stabilized.md | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 docs/markdown/snippets/rust_module_stabilized.md (limited to 'docs') diff --git a/docs/markdown/Rust-module.md b/docs/markdown/Rust-module.md index 54834b7b5..3ca530225 100644 --- a/docs/markdown/Rust-module.md +++ b/docs/markdown/Rust-module.md @@ -6,9 +6,10 @@ authors: years: [2020, 2021] ... -# Unstable Rust module +# Rust module *(new in 0.57.0)* +*(Stable since 1.0.0)* **Note** Unstable modules make no backwards compatible API guarantees. diff --git a/docs/markdown/snippets/rust_module_stabilized.md b/docs/markdown/snippets/rust_module_stabilized.md new file mode 100644 index 000000000..e80d5c6ed --- /dev/null +++ b/docs/markdown/snippets/rust_module_stabilized.md @@ -0,0 +1,3 @@ +## The Rust module is stable + +Mesa is using the rust module in production, so it's time to mark it as stable. -- cgit v1.2.3