Skip to content

Commit b992efb

Browse files
committed
Rust edition 2021
1 parent c1a7623 commit b992efb

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

adapter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
"Lachezar Lechev <[email protected]>",
77
"Omidiora Samuel <[email protected]>",
88
]
9-
edition = "2018"
9+
edition = "2021"
1010

1111
[features]
1212

adview-manager/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
authors = ["Ambire <[email protected]>", "Lachezar Lechev <[email protected]>"]
3-
edition = "2018"
3+
edition = "2021"
44
name = "adview-manager"
55
version = "0.1.0"
66

primitives/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
"Lachezar Lechev <[email protected]>",
77
"Omidiora Samuel <[email protected]>",
88
]
9-
edition = "2018"
9+
edition = "2021"
1010

1111
[features]
1212
postgres = ["bytes", "tokio-postgres", "deadpool-postgres"]

sentry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
"Lachezar Lechev <[email protected]>",
77
"Omidiora Samuel <[email protected]>",
88
]
9-
edition = "2018"
9+
edition = "2021"
1010

1111
[features]
1212

test_harness/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
edition = "2018"
2+
edition = "2021"
33
name = "test_harness"
44
version = "0.1.0"
55
authors = ["Ambire <[email protected]>", "Lachezar Lechev <[email protected]>"]

validator_worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
"Lachezar Lechev <[email protected]>",
77
"Samparsky <[email protected]>",
88
]
9-
edition = "2018"
9+
edition = "2021"
1010

1111
[lib]
1212
name = "validator_worker"

0 commit comments

Comments
 (0)