From 2ceada662f2d41474e4da7467ac96658a6eea8b1 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Tue, 26 Nov 2019 14:33:03 -0500 Subject: [PATCH] Update repo URL in Cargo.toml (#27) Thank you @leonwanghui for pointing this out in #26 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d0d3cdc..52a9a6c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"