Skip to content

Commit

Permalink
Fix Cargo metadata on the wasmtime-c-api-macros crate (bytecodealli…
Browse files Browse the repository at this point in the history
…ance#7966)

This prevented the crate from being published which failed publishing
later crates as well.
  • Loading branch information
alexcrichton authored Feb 20, 2024
1 parent 518fd4a commit 41d7287
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 2 additions & 0 deletions crates/c-api-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41d7287

Please sign in to comment.