Skip to content

Commit b19ef10

Browse files
authored
Cargo.toml: fix repository field (used by all packages in workspace) (#1148)
1 parent 953b183 commit b19ef10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resolver = "2"
2020
edition = "2021"
2121
version = "0.38.0"
2222
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
23-
repository = "https://github.com/bytecodealliance/wasi-rs"
23+
repository = "https://github.com/bytecodealliance/wit-bindgen"
2424

2525
[workspace.dependencies]
2626
anyhow = "1.0.72"

0 commit comments

Comments
 (0)