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"