Skip to content

Commit e3af745

Browse files
authored
update gloo-net version
update the gloo-net version on the Cargo.toml example to the latest one.
1 parent 1d88934 commit e3af745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/tutorial/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ Let's update the dependencies in `Cargo.toml` file:
505505

506506
```toml title="Cargo.toml"
507507
[dependencies]
508-
gloo-net = "0.2"
508+
gloo-net = "0.4"
509509
serde = { version = "1.0", features = ["derive"] }
510510
wasm-bindgen-futures = "0.4"
511511
```

0 commit comments

Comments
 (0)