Skip to content

Commit 6205c01

Browse files
committed
upgrade rust edition to 2021
1 parent d373b41 commit 6205c01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cargo-ledger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ categories = ["development-tools::cargo-plugins"]
77
repository = "https://github.com/LedgerHQ/cargo-ledger"
88
readme = "README.md"
99
license = "Apache-2.0"
10-
edition = "2018"
10+
edition = "2021"
1111

1212
[dependencies]
1313
cargo_metadata = "0.11.0"

testmacro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "testmacro"
33
version = "0.1.0"
44
authors = ["yhql <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
license.workspace = true
77
repository.workspace = true
88
description = "procedural macro used to run unit and integration tests"

0 commit comments

Comments
 (0)