Skip to content

Commit

Permalink
Update repo URL in Cargo.toml (WebAssembly#27)
Browse files Browse the repository at this point in the history
Thank you @leonwanghui for pointing this out in WebAssembly#26
  • Loading branch information
Pat Hickey authored and sunfishcode committed Nov 26, 2019
1 parent 686e134 commit 2ceada6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Experimental WASI API bindings for Rust"
edition = "2018"
categories = ["no-std", "wasm"]
keywords = ["webassembly", "wasm"]
repository = "https://github.com/CraneStation/rust-wasi"
repository = "https://github.com/bytecodealliance/wasi"
readme = "README.md"
documentation = "https://docs.rs/wasi"

Expand Down

0 comments on commit 2ceada6

Please sign in to comment.