From b19ef10a8fa96c7f2f65e043b05ae9490d1a9476 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Wed, 29 Jan 2025 15:20:22 -0800 Subject: [PATCH] Cargo.toml: fix repository field (used by all packages in workspace) (#1148) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f33d0b029..9987cba7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ resolver = "2" edition = "2021" version = "0.38.0" license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" -repository = "https://github.com/bytecodealliance/wasi-rs" +repository = "https://github.com/bytecodealliance/wit-bindgen" [workspace.dependencies] anyhow = "1.0.72"