Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Jan 14, 2025
1 parent c6cb594 commit e7f79d5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
17 changes: 6 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ futures = "0.3"
futures-core = "0.3.31"
futures-util = "0.3.31"
git-version = "0.3.9"
# golem-wit = { version = "=1.1.1" }
golem-wit = { git = "https://github.com/golemcloud/golem-wit.git", branch = "vigoo/durability-host-functions" }
golem-wit = { version = "=1.1.2" }
hex = "0.4.3"
http = "1.2.0" # keep in sync with wasmtime
humansize = "2.1.3"
Expand Down
2 changes: 1 addition & 1 deletion wasm-rpc-stubgen/src/wit_generate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pub fn generate_client_package_from_stub_def(def: &StubDefinition) -> anyhow::Re

// Common used types
stub_interface.use_type(
"golem:rpc/types@0.1.0",
"golem:rpc/types@0.1.1",
"uri",
Some(Ident::new("golem-rpc-uri")),
);
Expand Down

0 comments on commit e7f79d5

Please sign in to comment.