This commit replaces #4869 and represents the actual version bump that should have happened had I remembered to bump the in-tree version of Wasmtime to 1.0.0 prior to the branch-cut date. Alas!
12 lines
430 B
TOML
12 lines
430 B
TOML
[package]
|
|
name = "wasmtime-component-util"
|
|
version = "2.0.0"
|
|
authors = ["The Wasmtime Project Developers"]
|
|
description = "Utility types and functions to support the component model in Wasmtime"
|
|
license = "Apache-2.0 WITH LLVM-exception"
|
|
repository = "https://github.com/bytecodealliance/wasmtime"
|
|
documentation = "https://docs.rs/wasmtime-component-util/"
|
|
categories = ["wasm"]
|
|
keywords = ["webassembly", "wasm"]
|
|
edition = "2021"
|