We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d373b41 commit 6205c01Copy full SHA for 6205c01
cargo-ledger/Cargo.toml
@@ -7,7 +7,7 @@ categories = ["development-tools::cargo-plugins"]
7
repository = "https://github.com/LedgerHQ/cargo-ledger"
8
readme = "README.md"
9
license = "Apache-2.0"
10
-edition = "2018"
+edition = "2021"
11
12
[dependencies]
13
cargo_metadata = "0.11.0"
testmacro/Cargo.toml
@@ -2,7 +2,7 @@
2
name = "testmacro"
3
version = "0.1.0"
4
authors = ["yhql <[email protected]>"]
5
6
license.workspace = true
repository.workspace = true
description = "procedural macro used to run unit and integration tests"
0 commit comments