Bump to 0.28.0 (#2972)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "cranelift-codegen-meta"
|
||||
authors = ["The Cranelift Project Developers"]
|
||||
version = "0.74.0"
|
||||
version = "0.75.0"
|
||||
description = "Metaprogram for cranelift-codegen code generator library"
|
||||
license = "Apache-2.0 WITH LLVM-exception"
|
||||
repository = "https://github.com/bytecodealliance/wasmtime"
|
||||
@@ -13,8 +13,8 @@ edition = "2018"
|
||||
# rustdoc-args = [ "--document-private-items" ]
|
||||
|
||||
[dependencies]
|
||||
cranelift-codegen-shared = { path = "../shared", version = "0.74.0" }
|
||||
cranelift-entity = { path = "../../entity", version = "0.74.0" }
|
||||
cranelift-codegen-shared = { path = "../shared", version = "0.75.0" }
|
||||
cranelift-entity = { path = "../../entity", version = "0.75.0" }
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "experimental" }
|
||||
|
||||
Reference in New Issue
Block a user