Skip to content

Commit a80542f

Browse files
DannyCebranile
andauthored
update gloo-net version in tutorial (#3527)
* 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]>
1 parent b89609c commit a80542f

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.6"
509509
serde = { version = "1.0", features = ["derive"] }
510510
wasm-bindgen-futures = "0.4"
511511
```

0 commit comments

Comments
 (0)