From 1d0dc05a1aa79e57551ea14dceac46c785d6d42a Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Sun, 23 Jan 2022 11:11:36 +1100 Subject: [PATCH] Get cargo-run-wasm from crates.io --- Cargo.lock | 3 ++- run-wasm/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f50f4e6780..b46a6bfbaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -203,7 +203,8 @@ dependencies = [ [[package]] name = "cargo-run-wasm" version = "0.1.0" -source = "git+https://github.com/rukai/cargo-run-wasm#ee7abbb8885f4b26d5d9d0969b32864bcfa1c9a4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "601e6c8c774ca4cba5d01a44d3844a04a56189eb6c1f4c49b06999be890c8ab4" dependencies = [ "devserver_lib", "pico-args", diff --git a/run-wasm/Cargo.toml b/run-wasm/Cargo.toml index 0340bcba80..b8418c551a 100644 --- a/run-wasm/Cargo.toml +++ b/run-wasm/Cargo.toml @@ -6,4 +6,4 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cargo-run-wasm = { git = "https://github.com/rukai/cargo-run-wasm" } # TODO: use crates.io release before merging +cargo-run-wasm = "0.1.0"