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

Commit

Permalink
Fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Feb 13, 2024
1 parent d086c8b commit f2216d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm-rpc-stubgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "src/main.rs"
anyhow = "1.0.79"
cargo_toml = "0.19.1"
clap = { version = "4.5.0", features = ["derive"] }
golem-wasm-rpc = { path = "../wasm-rpc" }
golem-wasm-rpc = { path = "../wasm-rpc", version = "0.0.0" }
heck = "0.4.1"
id-arena = "2.2.1"
indexmap = "2.0.0"
Expand Down

0 comments on commit f2216d4

Please sign in to comment.