Browse Source

Fix Cargo metadata on the `wasmtime-c-api-macros` crate (#7971)

This prevented the crate from being published which failed publishing
later crates as well.
pull/7661/head
Alex Crichton 9 months ago
committed by GitHub
parent
commit
039bbc240d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 12
      RELEASES.md
  2. 2
      crates/c-api-macros/Cargo.toml

12
RELEASES.md

@ -10,6 +10,18 @@ Unreleased.
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
## 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 ## 18.0.0
Released 2024-02-20 Released 2024-02-20

2
crates/c-api-macros/Cargo.toml

@ -4,6 +4,8 @@ version.workspace = true
authors = ["The Wasmtime Project Developers"] authors = ["The Wasmtime Project Developers"]
license = "Apache-2.0 WITH LLVM-exception" license = "Apache-2.0 WITH LLVM-exception"
edition.workspace = true edition.workspace = true
description = "Support macros for `wasmtime-c-api`"
repository = "https://github.com/bytecodealliance/wasmtime"
[lints] [lints]
workspace = true workspace = true

Loading…
Cancel
Save