Skip to content

Commit

Permalink
upgrade rust edition to 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
Pana committed Nov 5, 2024
1 parent d373b41 commit 6205c01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cargo-ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ categories = ["development-tools::cargo-plugins"]
repository = "https://github.com/LedgerHQ/cargo-ledger"
readme = "README.md"
license = "Apache-2.0"
edition = "2018"
edition = "2021"

[dependencies]
cargo_metadata = "0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion testmacro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "testmacro"
version = "0.1.0"
authors = ["yhql <yhql@users.noreply.github.com>"]
edition = "2018"
edition = "2021"
license.workspace = true
repository.workspace = true
description = "procedural macro used to run unit and integration tests"
Expand Down

0 comments on commit 6205c01

Please sign in to comment.