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!
19 lines
477 B
TOML
19 lines
477 B
TOML
[package]
|
|
name = "cranelift-fuzzgen"
|
|
version = "0.75.0"
|
|
authors = ["The Wasmtime Project Developers"]
|
|
description = "Cranelift module generator"
|
|
license = "Apache-2.0 WITH LLVM-exception"
|
|
repository = "https://github.com/bytecodealliance/wasmtime"
|
|
readme = "README.md"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
|
|
[dependencies]
|
|
cranelift = { path = "../umbrella", version = "0.89.0" }
|
|
cranelift-native = { path = "../native", version = "0.89.0" }
|
|
|
|
anyhow = "1.0.19"
|
|
arbitrary = "1.0.0"
|