Skip to content

Commit

Permalink
update gloo-net version in tutorial (yewstack#3527)
Browse files Browse the repository at this point in the history
* update gloo-net version

update the gloo-net version on the Cargo.toml example to the latest one.

* Update website/docs/tutorial/index.mdx

---------

Co-authored-by: Elina <[email protected]>
  • Loading branch information
2 people authored and geoffjay committed Jan 25, 2025
1 parent e3f2a39 commit 0f93208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/tutorial/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ Let's update the dependencies in `Cargo.toml` file:

```toml title="Cargo.toml"
[dependencies]
gloo-net = "0.2"
gloo-net = "0.6"
serde = { version = "1.0", features = ["derive"] }
wasm-bindgen-futures = "0.4"
```
Expand Down

0 comments on commit 0f93208

Please sign in to comment.