Skip to content

Commit

Permalink
change edition="2018" to edition="2021" in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza1311 committed Jan 12, 2022
1 parent 9e79991 commit 878a7ae
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion examples/agents/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "agents"
version = "0.1.0"
authors = ["Denis Kolodin <deniskolodin@gmail.com>"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/boids/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "boids"
version = "0.1.0"
authors = ["motoki saito <stmtk13044032@gmail.com>"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion examples/contexts/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "contexts"
version = "0.1.0"
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/counter/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "counter"
version = "0.1.1"
authors = ["Denis Kolodin <deniskolodin@gmail.com>"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/dyn_create_destroy_apps/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "dyn_create_destroy_apps"
version = "0.1.0"
authors = ["Nicklas Warming Jacobsen <nicklaswj@gmail.com>"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/file_upload/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "file_upload"
version = "0.1.0"
authors = ["Denis Kolodin <deniskolodin@gmail.com>"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/function_todomvc/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "function_todomvc"
version = "0.1.0"
authors = ["Drew Hutton <drew.hutton@pm.me>"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/futures/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "futures"
version = "0.1.0"
authors = ["Henry Zimmerman <zimhen7@gmail.com>"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/game_of_life/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ authors = [
"Ilya Bogdanov <fumlead@gmail.com",
"Junjie Huang <huangjj.27@qq.com>"
]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/inner_html/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "inner_html"
version = "0.1.0"
authors = ["Garrett Berg <vitiral@gmail.com>"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/js_callback/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "js_callback"
version = "0.1.0"
authors = ["Scott Steele <scottlsteele@gmail.com>"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/keyed_list/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "keyed_list"
version = "0.1.0"
authors = ["Thomas Lacroix <toto.rigolo@free.fr>"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/mount_point/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "mount_point"
version = "0.1.0"
authors = ["Ben Berman <ben@standardbots.com>"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/nested_list/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "nested_list"
version = "0.1.0"
authors = ["Justin Starry <justin.starry@icloud.com>"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/node_refs/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "node_refs"
version = "0.1.0"
authors = ["Justin Starry <justin.starry@icloud.com>"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/password_strength/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "password_strength"
version = "0.1.0"
authors = ["Philip Peterson <pc.peterso@gmail.com>"]
edition = "2018"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/portals/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "portals"
version = "0.1.0"
authors = ["Martin Molzer <worldsbegin@gmx.de>"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/router/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "router"
version = "0.1.0"
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/suspense/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "suspense"
version = "0.1.0"
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion examples/timer/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "timer"
version = "0.1.0"
authors = ["Denis Kolodin <deniskolodin@gmail.com>"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/todomvc/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "todomvc"
version = "0.1.0"
authors = ["Denis Kolodin <deniskolodin@gmail.com>"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/two_apps/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "two_apps"
version = "0.1.0"
authors = ["Denis Kolodin <deniskolodin@gmail.com>"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/web_worker_fib/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "yew-worker-fib"
version = "0.1.0"
edition = "2018"
edition = "2021"
authors = ["Shrey Somaiya", "Zac Kologlu"]

[lib]
Expand Down
2 changes: 1 addition & 1 deletion examples/webgl/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "webgl"
version = "0.1.0"
authors = ["Miklós Tusz <mdtusz@gmail.com>"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion packages/yew-agent/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "yew-agent"
version = "0.1.0"
authors = ["Hamza <muhammadhamza1311@gmail.com>"]
edition = "2018"
edition = "2021"
readme = "../../README.md"
description = "Agents for Yew"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/yew-macro/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "yew-macro"
version = "0.19.3"
edition = "2018"
edition = "2021"
authors = ["Justin Starry <justin@yew.rs>"]
repository = "https://github.com/yewstack/yew"
homepage = "https://github.com/yewstack/yew"
Expand Down
2 changes: 1 addition & 1 deletion packages/yew-router-macro/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "yew-router-macro"
version = "0.16.0"
authors = ["Hamza <muhammadhamza1311@gmail.com>"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Contains macros used with yew-router"
repository = "https://github.com/yewstack/yew"
Expand Down
2 changes: 1 addition & 1 deletion packages/yew-router/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "yew-router"
version = "0.16.0"
authors = ["Hamza <muhammadhamza1311@gmail.com>"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
keywords = ["web", "yew", "router"]
Expand Down
2 changes: 1 addition & 1 deletion packages/yew/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "yew"
version = "0.19.3"
edition = "2018"
edition = "2021"
authors = [
"Denis Kolodin <deniskolodin@gmail.com>",
"Justin Starry <justin@yew.rs>",
Expand Down
2 changes: 1 addition & 1 deletion tools/changelog/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "changelog"
version = "0.1.0"
authors = ["Cecile Tonglet <cecile.tonglet@cecton.com>"]
edition = "2018"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion tools/website-test/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "website-test"
version = "0.1.0"
edition = "2018"
edition = "2021"
build = "build.rs"
publish = false

Expand Down

0 comments on commit 878a7ae

Please sign in to comment.