From e0e370d845e69fcf7e8a234a52ded8a4f574fa8e Mon Sep 17 00:00:00 2001 From: Expotential108 Date: Wed, 2 Jun 2021 21:50:59 +0900 Subject: [PATCH] docs: modify package description (#32) --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 434d879..1dc2c59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "wasmvm" version = "0.14.0-0.5.0" publish = false -authors = ["Ethan Frey "] +authors = ["LINE TECH PLUS Pte., Ltd."] edition = "2018" description = "Go bindings for cosmwasm contracts" repository = "https://github.com/line/wasmvm" @@ -22,7 +22,6 @@ crate-type = ["staticlib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [badges] -circle-ci = { repository = "line/wasmvm", branch = "develop" } maintenance = { status = "actively-developed" } [features]