From 560df7655c6fc4decd168009768f229487a05594 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 15 Apr 2021 14:32:35 -0700 Subject: [PATCH] Bump to 0.19.0 --- Cargo.toml | 2 +- crates/macro/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a640e5aa..cf3cb3c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Nick Fitzgerald "] edition = "2018" name = "walrus" -version = "0.18.0" +version = "0.19.0" license = "MIT/Apache-2.0" readme = "README.md" categories = ["wasm"] diff --git a/crates/macro/Cargo.toml b/crates/macro/Cargo.toml index ceb0ccb0..78ec9542 100644 --- a/crates/macro/Cargo.toml +++ b/crates/macro/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Nick Fitzgerald "] edition = "2018" name = "walrus-macro" -version = "0.18.0" +version = "0.19.0" license = "MIT/Apache-2.0" categories = ["wasm"] repository = "https://github.com/rustwasm/walrus/tree/crates/macro"