From 8cab489406bec15d3723166b0a2e57063b3551b7 Mon Sep 17 00:00:00 2001 From: outersky Date: Fri, 11 Mar 2022 16:50:55 +0800 Subject: [PATCH] release 0.2.0 --- Cargo.toml | 2 +- README.md | 3 +++ src/lib.rs | 2 -- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6baa8f5..e945f82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "simple_excel_writer" description = "Simple Excel Writer" -version = "0.1.9" +version = "0.2.0" authors = ["outersky "] license = "Apache-2.0" homepage="https://github.com/outersky/simple_excel_writer" diff --git a/README.md b/README.md index 564f431..05f8348 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,9 @@ fn main() { ## Change Log +### 0.2.0 (2022-03-11) +- support WASM ! + ### 0.1.9 (2021-10-28) - support formula - support NaiveDate & NaiveDateTime diff --git a/src/lib.rs b/src/lib.rs index 4e0ef05..286acce 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -48,8 +48,6 @@ //! #![crate_name = "simple_excel_writer"] -#![crate_type = "rlib"] -#![crate_type = "dylib"] extern crate zip;