Skip to content

Commit 3851445

Browse files
committed
chore: switch to Rust edition 2021
1 parent 08254db commit 3851445

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

fastpay/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "fastpay"
33
version = "0.1.0"
44
authors = ["Libra <[email protected]>"]
55
publish = false
6-
edition = "2018"
6+
edition = "2021"
77

88
[dependencies]
99
anyhow = "1.0.52"

fastpay_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "fastpay_core"
33
version = "0.1.0"
44
authors = ["Libra <[email protected]>"]
55
publish = false
6-
edition = "2018"
6+
edition = "2021"
77

88
[dependencies]
99
rocksdb = "0.17.0"

fastx_programmability/adapter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Mysten Labs <[email protected]>"]
55
description = "Adapter and accompanying CLI for local fastX development"
66
license = "Apache-2.0"
77
publish = false
8-
edition = "2018"
8+
edition = "2021"
99

1010
[dependencies]
1111
anyhow = "1.0.52"

fastx_programmability/framework/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fastx-framework"
33
version = "0.1.0"
4-
edition = "2018"
4+
edition = "2021"
55
authors = ["Mysten Labs <[email protected]>"]
66
description = "Move framework for fastX platform"
77
license = "Apache-2.0"

fastx_programmability/verifier/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fastx-verifier"
33
version = "0.1.0"
4-
edition = "2018"
4+
edition = "2021"
55
authors = ["Mysten Labs <[email protected]>"]
66
description = "Move framework for fastX platform"
77
license = "Apache-2.0"

fastx_types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "fastx-types"
33
version = "0.1.0"
44
authors = ["Mysten Labs <[email protected]>"]
55
publish = false
6-
edition = "2018"
6+
edition = "2021"
77

88
[dependencies]
99
anyhow = "1.0.52"

rustfmt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
edition = "2018"
1+
edition = "2021"
22
use_field_init_shorthand = true

0 commit comments

Comments
 (0)