Skip to content

Commit

Permalink
Switch to 2021 edition
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNerma committed Nov 19, 2022
1 parent fbd6872 commit d1f09df
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/async_hw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "async_hw"
version = "0.1.0"
authors = ["Clément Nerma <[email protected]>"]
edition = "2018"
edition = "2021"

[dependencies]
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion examples/benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "benchmark"
version = "0.1.0"
authors = ["Clément Nerma <[email protected]>"]
edition = "2018"
edition = "2021"

[dependencies]
lrvm_aux = { path = "../../lrvm_aux" }
Expand Down
2 changes: 1 addition & 1 deletion examples/brainfuck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "brainfuck"
version = "0.1.0"
authors = ["Clément Nerma <[email protected]>"]
edition = "2018"
edition = "2021"

[dependencies]
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion examples/disassemble/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "disassemble"
version = "0.1.0"
authors = ["Clément Nerma <[email protected]>"]
edition = "2018"
edition = "2021"

[dependencies]
lrvm_tools = { path = "../../lrvm_tools" }
2 changes: 1 addition & 1 deletion examples/elapsed_time/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "elapsed_time"
version = "0.1.0"
authors = ["Clément Nerma <[email protected]>"]
edition = "2018"
edition = "2021"

[dependencies]
lrvm_aux = { path = "../../lrvm_aux" }
Expand Down
2 changes: 1 addition & 1 deletion examples/hello_world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "hello_world"
version = "0.1.0"
authors = ["Clément Nerma <[email protected]>"]
edition = "2018"
edition = "2021"

[dependencies]
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion examples/hw_detect/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
authors = ["Clément Nerma <[email protected]>"]
edition = "2018"
edition = "2021"
name = "hw_detect"
version = "0.1.0"

Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "minimal"
version = "0.1.0"
authors = ["Clément Nerma <[email protected]>"]
edition = "2018"
edition = "2021"

[dependencies]
lrvm_aux = { path = "../../lrvm_aux" }
Expand Down
2 changes: 1 addition & 1 deletion lrvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
name = "lrvm"
version = "0.2.1"
authors = ["Clément Nerma <[email protected]>"]
edition = "2018"
edition = "2021"

[dependencies]
2 changes: 1 addition & 1 deletion lrvm_aux/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "lrvm_aux"
version = "0.2.1"
authors = ["Clément Nerma <[email protected]>"]
edition = "2018"
edition = "2021"

[dependencies]
lrvm = { path = "../lrvm" }
Expand Down
2 changes: 1 addition & 1 deletion lrvm_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "lrvm_tools"
version = "0.2.1"
authors = ["Clément Nerma <[email protected]>"]
edition = "2018"
edition = "2021"

[dependencies]
lrvm = { path = "../lrvm" }
Expand Down

0 comments on commit d1f09df

Please sign in to comment.