Update Cargo.toml authors fields.

This commit is contained in:
Dan Gohman
2019-01-03 11:38:41 -08:00
parent 2f04b78ecf
commit df7724ce2b
6 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "wasmtime-obj"
version = "0.1.0"
authors = ["The Cranelift Project Developers"]
authors = ["The Wasmtime Project Developers"]
description = "Native object file output for WebAsssembly code in Wasmtime"
publish = false
repository = "https://github.com/CraneStation/wasmtime"