Skip to content

Commit

Permalink
Switch to 2021 edition of Rust
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schildt <sebastian.schildt@de.bosch.com>
  • Loading branch information
SebastianSchildt authored and erikbosch committed Feb 28, 2024
1 parent fba0429 commit 1d2c857
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

[workspace]

resolver = "2"

members = [
"kuksa_databroker/databroker",
"kuksa_databroker/databroker-proto",
Expand Down
2 changes: 1 addition & 1 deletion kuksa_databroker/databroker-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
name = "databroker-cli"
version = "0.4.1"
authors = ["Eclipse KUKSA Project"]
edition = "2018"
edition = "2021"
license = "Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion kuksa_databroker/databroker-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
name = "databroker-proto"
version = "0.4.1"
authors = ["Eclipse KUKSA Project"]
edition = "2018"
edition = "2021"
license = "Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion kuksa_databroker/databroker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
name = "databroker"
version = "0.4.1"
authors = ["Eclipse KUKSA Project"]
edition = "2018"
edition = "2021"
license = "Apache-2.0"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion kuksa_databroker/lib/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
name = "kuksa-common"
version = "0.1.0"
authors = ["Eclipse KUKSA Project"]
edition = "2018"
edition = "2021"
license = "Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion kuksa_databroker/lib/kuksa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
name = "kuksa"
version = "0.1.0"
authors = ["Eclipse KUKSA Project"]
edition = "2018"
edition = "2021"
license = "Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion kuksa_databroker/lib/sdv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
name = "kuksa-sdv"
version = "0.1.0"
authors = ["Eclipse KUKSA Project"]
edition = "2018"
edition = "2021"
license = "Apache-2.0"

[dependencies]
Expand Down

0 comments on commit 1d2c857

Please sign in to comment.