Skip to content

Commit

Permalink
Update Cargo.toml metadata for publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Aug 21, 2019
1 parent 44367ba commit d4f27dc
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 11 deletions.
3 changes: 1 addition & 2 deletions misc/wasmtime-py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
[package]
name = "wasmtime-py"
version = "0.3.0"
version = "0.2.0"
authors = ["The Wasmtime Project Developers"]
description = "Python extension for Wasmtime"
license = "Apache-2.0 WITH LLVM-exception"
categories = ["wasm", "python"]
edition = "2018"
publish = false

[lib]
name = "_wasmtime"
Expand Down
3 changes: 2 additions & 1 deletion misc/wasmtime-rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[package]
name = "wasmtime-rust"
version = "0.1.0"
version = "0.2.0"
authors = ["Alex Crichton <[email protected]>"]
edition = "2018"
categories = ["wasm", "rust"]
license = "Apache-2.0 WITH LLVM-exception"
description = "Rust extension for Wasmtime"

[lib]
test = false
Expand Down
4 changes: 3 additions & 1 deletion misc/wasmtime-rust/macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[package]
name = "wasmtime-rust-macro"
version = "0.1.0"
version = "0.2.0"
authors = ["Alex Crichton <[email protected]>"]
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"
description = "Macro support crate for wasmtime-rust"

[lib]
proc-macro = true
Expand Down
1 change: 0 additions & 1 deletion wasmtime-interface-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name = "wasmtime-interface-types"
version = "0.2.0"
authors = ["The Wasmtime Project Developers"]
publish = false
description = "Support for wasm interface types with wasmtime"
categories = ["wasm"]
keywords = ["webassembly", "wasm"]
Expand Down
1 change: 0 additions & 1 deletion wasmtime-jit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name = "wasmtime-jit"
version = "0.2.0"
authors = ["The Wasmtime Project Developers"]
publish = false
description = "JIT-style execution for WebAsssembly code in Cranelift"
categories = ["wasm"]
keywords = ["webassembly", "wasm"]
Expand Down
1 change: 0 additions & 1 deletion wasmtime-obj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "wasmtime-obj"
version = "0.2.0"
authors = ["The Wasmtime Project Developers"]
description = "Native object file output for WebAsssembly code in Wasmtime"
publish = false
repository = "https://github.com/CraneStation/wasmtime"
categories = ["wasm"]
keywords = ["webassembly", "wasm"]
Expand Down
1 change: 0 additions & 1 deletion wasmtime-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name = "wasmtime-runtime"
version = "0.2.0"
authors = ["The Wasmtime Project Developers"]
publish = false
description = "Runtime library support for Wasmtime"
categories = ["wasm"]
keywords = ["webassembly", "wasm"]
Expand Down
1 change: 0 additions & 1 deletion wasmtime-wasi-c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name = "wasmtime-wasi-c"
version = "0.2.0"
authors = ["The Cranelift Project Developers"]
publish = false
description = "WASI API support for Wasmtime"
categories = ["wasm"]
repository = "https://github.com/CraneStation/wasmtime"
Expand Down
1 change: 0 additions & 1 deletion wasmtime-wasi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name = "wasmtime-wasi"
version = "0.2.0"
authors = ["The Cranelift Project Developers"]
publish = false
description = "WASI API support for Wasmtime"
categories = ["wasm"]
repository = "https://github.com/CraneStation/wasmtime"
Expand Down
1 change: 0 additions & 1 deletion wasmtime-wast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name = "wasmtime-wast"
version = "0.2.0"
authors = ["The Wasmtime Project Developers"]
publish = false
description = "wast testing support for wasmtime"
categories = ["wasm"]
keywords = ["webassembly", "wasm"]
Expand Down

0 comments on commit d4f27dc

Please sign in to comment.