Skip to content

Commit

Permalink
Use edition 2021, rm authors for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
azdavis committed Mar 13, 2022
1 parent b6b7d65 commit 81a6e14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 2 additions & 3 deletions tests/data/baseline/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[package]
name = "baseline"
version = "0.0.0"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
edition = "2018"
[workspace]
edition = "2021"
[workspace]
3 changes: 1 addition & 2 deletions tests/data/ducted/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[package]
name = "ducted"
version = "0.0.0"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
edition = "2018"
edition = "2021"
[workspace]

[dependencies]
Expand Down
3 changes: 1 addition & 2 deletions tests/data/xshelled/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[package]
name = "xshelled"
version = "0.0.0"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
edition = "2018"
edition = "2021"
[workspace]

[dependencies]
Expand Down

0 comments on commit 81a6e14

Please sign in to comment.