From 91405b8062f0e91e5654983f3b4e2d38eefa701d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 20 Feb 2024 12:48:26 -0800 Subject: [PATCH] Fix Cargo metadata on the `wasmtime-c-api-macros` crate This prevented the crate from being published which failed publishing later crates as well. --- RELEASES.md | 12 ++++++++++++ crates/c-api-macros/Cargo.toml | 2 ++ 2 files changed, 14 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 1153511599fc..df3d961b9aa2 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,17 @@ -------------------------------------------------------------------------------- +## 18.0.1 + +Released 2024-02-20. + +### Fixed + +* Fixed a mistake in the CI release process that caused the crates.io + publication of the 18.0.0 release to not succeed. + [#7966](https://github.com/bytecodealliance/wasmtime/pull/7966) + +-------------------------------------------------------------------------------- + ## 18.0.0 Released 2024-02-20. diff --git a/crates/c-api-macros/Cargo.toml b/crates/c-api-macros/Cargo.toml index 0f45c16f1485..10f492e63d9c 100644 --- a/crates/c-api-macros/Cargo.toml +++ b/crates/c-api-macros/Cargo.toml @@ -4,6 +4,8 @@ version.workspace = true authors = ["The Wasmtime Project Developers"] license = "Apache-2.0 WITH LLVM-exception" edition.workspace = true +description = "Support macros for `wasmtime-c-api`" +repository = "https://github.com/bytecodealliance/wasmtime" [lints] workspace = true