Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
fix: specify version of wash-lib
Browse files Browse the repository at this point in the history
Signed-off-by: Connor Smith <[email protected]>
  • Loading branch information
connorsmith256 committed Sep 2, 2023
1 parent 4807366 commit 7d4efc0
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 @@ -148,7 +148,7 @@ toml = "0.7.6"
wadm = "0.5.0"
walkdir = "2.3"
wascap = "0.11.0"
wash-lib = { path = "./crates/wash-lib" }
wash-lib = { version = "0.10", path = "./crates/wash-lib" }
wasmbus-rpc = "0.14.0"
wasmcloud-component-adapters = { version = "0.2.1" }
wasmcloud-control-interface = "0.27"
Expand Down

0 comments on commit 7d4efc0

Please sign in to comment.