Update Cargo.toml metadata for publishing.
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
[package]
|
||||
name = "wasmtime-rust"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||||
edition = "2018"
|
||||
categories = ["wasm", "rust"]
|
||||
license = "Apache-2.0 WITH LLVM-exception"
|
||||
description = "Rust extension for Wasmtime"
|
||||
|
||||
[lib]
|
||||
test = false
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
[package]
|
||||
name = "wasmtime-rust-macro"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0 WITH LLVM-exception"
|
||||
description = "Macro support crate for wasmtime-rust"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
Reference in New Issue
Block a user