Skip to content

Commit

Permalink
update to 2021 edition
Browse files Browse the repository at this point in the history
  • Loading branch information
aetherknight committed Jan 5, 2024
1 parent a5ddeca commit b982aaa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"

members = [
"fractal-lib", "fractal-piston", "fractal-wasm"
Expand Down
2 changes: 1 addition & 1 deletion fractal-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
authors = ["William (B.J.) Snow Orvis <[email protected]>"]
license = "Apache-2.0"
description = "Fractal library"
edition = "2018"
edition = "2021"

[dependencies]
log = "^0.4"
Expand Down
2 changes: 1 addition & 1 deletion fractal-piston/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
authors = ["William (B.J.) Snow Orvis <[email protected]>"]
license = "Apache-2.0"
description = "Fractal rendering program"
edition = "2018"
edition = "2021"

[[bin]]
name = "fractal-piston"
Expand Down
2 changes: 1 addition & 1 deletion fractal-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
authors = ["William (B.J.) Snow Orvis <[email protected]>"]
license = "Apache-2.0"
description = "Fractal rendering program, targeting webassembly"
edition = "2018"
edition = "2021"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
edition = "2018"
edition = "2021"
comment_width = 100
wrap_comments = true
newline_style = "Unix"

0 comments on commit b982aaa

Please sign in to comment.