Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Simplify relative path in crates/test-programs/Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
iawia002 committed May 22, 2024
1 parent cf49a49 commit ca901a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/test-programs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ edition = "2021"
publish = false

[dependencies]
wasi-http-client = { path = "../../../wasi-http-client", features = ["json"] }
wasi-http-client = { path = "../../", features = ["json"] }
serde = { version = "1.0.201", features = ["derive"] }

0 comments on commit ca901a6

Please sign in to comment.