Skip to content

Commit

Permalink
Cargo.toml: fix repository field (used by all packages in workspace) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pchickey authored Jan 29, 2025
1 parent 953b183 commit b19ef10
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 @@ -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"
Expand Down

0 comments on commit b19ef10

Please sign in to comment.