Merge pull request #578 from rustwasm/0.7.0

0.7.0
master
ashley williams 6 years ago committed by GitHub
commit f456394c7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.lock
  2. 2
      Cargo.toml

2
Cargo.lock generated

@ -1269,7 +1269,7 @@ dependencies = [
[[package]]
name = "wasm-pack"
version = "0.6.1"
version = "0.7.0"
dependencies = [
"assert_cmd 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",

@ -1,7 +1,7 @@
[package]
name = "wasm-pack"
description = "📦✨ your favorite rust -> wasm workflow tool!"
version = "0.6.1"
version = "0.7.0"
authors = ["Ashley Williams <ashley666ashley@gmail.com>"]
repository = "https://github.com/ashleygwilliams/wasm-pack.git"
license = "MIT/Apache-2.0"

Loading…
Cancel
Save