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

Commit

Permalink
Use 2021 edition (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
gollop authored Mar 16, 2022
1 parent efa4f1e commit a9b1cf9
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "randomprime"
version = "0.2.3"
authors = ["April Wade <[email protected]>"]
edition = "2018"
edition = "2021"

[dependencies]
adler32 = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion auto_struct_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "auto_struct_macros"
version = "0.1.0"
authors = ["April Wade <[email protected]>"]
edition = "2018"
edition = "2021"

[lib]
proc-macro = true
Expand Down
2 changes: 1 addition & 1 deletion compile_to_ppc/primeapi-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "primeapi"
version = "0.1.0"
authors = ["April Wade <[email protected]>"]
edition = "2018"
edition = "2021"

[dependencies]
linkme = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion compile_to_ppc/primeapi-rs/primeapi_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "primeapi_macros"
version = "0.1.0"
authors = ["April Wade <[email protected]>"]
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 compile_to_ppc/rel_loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "rel_loader"
version = "0.1.0"
authors = ["April Wade <[email protected]>"]
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 compile_to_ppc/rel_patches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "rel_patches"
version = "0.1.0"
authors = ["April Wade <[email protected]>"]
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 dol_linker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "dol_linker"
version = "0.1.0"
authors = ["April Wade <[email protected]>"]
edition = "2018"
edition = "2021"

[dependencies]
clap = "2"
Expand Down
2 changes: 1 addition & 1 deletion generated/dol_symbol_table/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "dol_symbol_table"
version = "0.1.0"
authors = ["April Wade <[email protected]>"]
edition = "2018"
edition = "2021"

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "dol_symbol_table_macro"
version = "0.1.0"
authors = ["April Wade <[email protected]>"]
edition = "2018"
edition = "2021"

[lib]
proc-macro = true
Expand Down
2 changes: 1 addition & 1 deletion generated/rel_files/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "rel_files"
version = "0.1.0"
authors = ["April Wade <[email protected]>"]
edition = "2018"
edition = "2021"

[dependencies]

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

[dependencies]
reader_writer = { path = "../../reader_writer" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "resource_info_table_macro"
version = "0.1.0"
authors = ["April Wade <[email protected]>"]
edition = "2018"
edition = "2021"

[lib]
proc-macro = true
Expand Down
2 changes: 1 addition & 1 deletion libsquish_wrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "libsquish_wrapper"
version = "0.1.0"
authors = ["April Wade <[email protected]>"]
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 nod_wrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "nod_wrapper"
version = "0.1.0"
authors = ["April Wade <[email protected]>"]
edition = "2018"
edition = "2021"

[dependencies]
cpp = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion ppcasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "ppcasm"
version = "0.1.0"
authors = ["April Wade <[email protected]>"]
edition = "2018"
edition = "2021"

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

[lib]
proc-macro = true
Expand Down
2 changes: 1 addition & 1 deletion reader_writer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "reader_writer"
version = "0.1.0"
authors = ["April Wade <[email protected]>"]
edition = "2018"
edition = "2021"

workspace = ".."

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

workspace = ".."

Expand Down

0 comments on commit a9b1cf9

Please sign in to comment.