From 8e114a2703d5a73bc58b43bf1b4bdd818f4f2585 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 30 Oct 2018 13:07:40 -0700 Subject: [PATCH] Update authors in Cargo.toml. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6acd090d42..8e8458925c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-tools" -authors = ["The Cranelift Project Developers"] +authors = ["The Wasmtime Project Developers"] version = "0.0.0" description = "Command-line interface for the wasmtime crate" license = "Apache-2.0 WITH LLVM-exception"