From 6c37c524eee702b5285abc38c1e1bf1dbffe4c8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Istv=C3=A1n=20B=C3=ADr=C3=B3?= Date: Tue, 10 Sep 2024 13:54:44 +0200 Subject: [PATCH] update golem-rust --- examples/rust/rust-default/Cargo.toml._ | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/rust/rust-default/Cargo.toml._ b/examples/rust/rust-default/Cargo.toml._ index d7c6b8d..f68be7b 100644 --- a/examples/rust/rust-default/Cargo.toml._ +++ b/examples/rust/rust-default/Cargo.toml._ @@ -14,8 +14,7 @@ opt-level = 's' [dependencies] wit-bindgen-rt = { version = "0.26.0", features = ["bitflags"] } -golem-rust = { version = "1.0.0" } -golem-rust-macro = { version = "1.0.0" } +golem-rust = { version = "1.1.0" } reqwest = { git = "https://github.com/zivergetech/reqwest", branch = "update-jun-2024", features = ["json"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"