Skip to content

Commit

Permalink
Upgrade to 2021 edition
Browse files Browse the repository at this point in the history
This is needed to be able to upgrade prost dependency

Signed-off-by: Nicolas Belouin <[email protected]>
  • Loading branch information
diconico07 committed Jun 12, 2023
1 parent 89eeb8e commit 90194ea
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "agent"
version = "0.10.11"
authors = ["Kate Goldenring <[email protected]>", "<[email protected]>"]
edition = "2018"
edition = "2021"
rust-version = "1.68.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "controller"
version = "0.10.11"
authors = ["<[email protected]>", "<[email protected]>"]
edition = "2018"
edition = "2021"
rust-version = "1.68.1"

# 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 = "debug-echo-discovery-handler"
version = "0.10.11"
authors = ["Kate Goldenring <[email protected]>"]
edition = "2018"
edition = "2021"
rust-version = "1.68.1"

# 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 = "onvif-discovery-handler"
version = "0.10.11"
authors = ["Kate Goldenring <[email protected]>"]
edition = "2018"
edition = "2021"
rust-version = "1.68.1"

# 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 = "opcua-discovery-handler"
version = "0.10.11"
authors = ["Kate Goldenring <[email protected]>"]
edition = "2018"
edition = "2021"
rust-version = "1.68.1"

# 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 = "udev-discovery-handler"
version = "0.10.11"
authors = ["Kate Goldenring <[email protected]>"]
edition = "2018"
edition = "2021"
rust-version = "1.68.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion discovery-handlers/debug-echo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "akri-debug-echo"
version = "0.10.11"
authors = ["Kate Goldenring <[email protected]>"]
edition = "2018"
edition = "2021"
rust-version = "1.68.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion discovery-handlers/onvif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "akri-onvif"
version = "0.10.11"
authors = ["Kate Goldenring <[email protected]>"]
edition = "2018"
edition = "2021"
rust-version = "1.68.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion discovery-handlers/opcua/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "akri-opcua"
version = "0.10.11"
authors = ["Kate Goldenring <[email protected]>"]
edition = "2018"
edition = "2021"
rust-version = "1.68.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion discovery-handlers/udev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "akri-udev"
version = "0.10.11"
authors = ["Kate Goldenring <[email protected]>"]
edition = "2018"
edition = "2021"
rust-version = "1.68.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion discovery-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "akri-discovery-utils"
version = "0.10.11"
authors = ["Kate Goldenring <[email protected]>"]
edition = "2018"
edition = "2021"
rust-version = "1.68.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion samples/brokers/udev-video-broker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "udev-video-broker"
version = "0.10.11"
authors = ["Kate Goldenring <[email protected]>", "<[email protected]>"]
edition = "2018"
edition = "2021"
rust-version = "1.68.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "akri-shared"
version = "0.10.11"
authors = ["<[email protected]>"]
edition = "2018"
edition = "2021"
rust-version = "1.68.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
1 change: 0 additions & 1 deletion shared/src/uds/unix_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ impl AsyncWrite for UnixStream {
}

pub async fn try_connect(socket_path: &str) -> Result<(), anyhow::Error> {
use std::convert::TryFrom;
use std::time::{Duration, SystemTime, UNIX_EPOCH};

// Test that server is running, trying for at most 10 seconds
Expand Down
2 changes: 1 addition & 1 deletion webhooks/validating/configuration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "webhook-configuration"
version = "0.10.11"
authors = ["DazWilkin <[email protected]>"]
edition = "2018"
edition = "2021"
rust-version = "1.68.1"

[dependencies]
Expand Down

0 comments on commit 90194ea

Please sign in to comment.