Skip to content

Commit

Permalink
Get cargo-run-wasm from crates.io (#2415)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai authored Jan 23, 2022
1 parent dcd07f0 commit effcf08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion run-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit effcf08

Please sign in to comment.