Skip to content

Commit

Permalink
update gloo-net version
Browse files Browse the repository at this point in the history
update the gloo-net version on the Cargo.toml example to the latest one.
  • Loading branch information
DannyCeb authored Nov 12, 2023
1 parent 1d88934 commit e3af745
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.4"
serde = { version = "1.0", features = ["derive"] }
wasm-bindgen-futures = "0.4"
```
Expand Down

0 comments on commit e3af745

Please sign in to comment.