Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit ed9fe9c

Browse files
authored
feat: rust-toolchain.toml file and dependencies update (#26)
Adds a `rust-toolchain.toml` file in order to share the same Rust channel, target and components to use. Also updates dependencies on NodeJS and Rust. Dependencies such as `yew` and `yew-router` are not yet updated because these involve more changes.
1 parent e9dc731 commit ed9fe9c

File tree

10 files changed

+1929
-1034
lines changed

10 files changed

+1929
-1034
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Rust Argentina"]
33
categories = ["gui", "wasm", "web-programming"]
44
description = "GitHub Page for Rust Argentina"
5-
edition = "2018"
5+
edition = "2021"
66
keywords = ["yew", "wasm", "wasm-bindgen", "web"]
77
license = "MIT/Apache-2.0"
88
name = "rust-lang-ar-github-io"
@@ -11,11 +11,11 @@ repository = "https://github.com/rust-lang-ar/rust-lang-ar.github.io"
1111
version = "0.1.0"
1212

1313
[dependencies]
14-
anyhow = "1.0.40"
15-
console_error_panic_hook = "0.1.6"
16-
serde = "1.0.126"
17-
serde_json = "1.0.64"
18-
wasm-bindgen = "0.2.74"
14+
anyhow = "1.0.64"
15+
console_error_panic_hook = "0.1.7"
16+
serde = "1.0.144"
17+
serde_json = "1.0.85"
18+
wasm-bindgen = "0.2.82"
1919
wee_alloc = "0.4.5"
2020
yew = "0.18"
21-
yew-router = "0.15.0"
21+
yew-router = "0.15.0"

0 commit comments

Comments
 (0)