diff options
Diffstat (limited to 'test/test-manager')
| -rw-r--r-- | test/test-manager/Cargo.toml | 1 | ||||
| -rw-r--r-- | test/test-manager/test_macro/Cargo.toml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/test-manager/Cargo.toml b/test/test-manager/Cargo.toml index fafad46174..53c1c355f1 100644 --- a/test/test-manager/Cargo.toml +++ b/test/test-manager/Cargo.toml @@ -5,6 +5,7 @@ authors.workspace = true repository.workspace = true license.workspace = true edition.workspace = true +rust-version.workspace = true [lints] workspace = true diff --git a/test/test-manager/test_macro/Cargo.toml b/test/test-manager/test_macro/Cargo.toml index b38af3c785..a064b6d200 100644 --- a/test/test-manager/test_macro/Cargo.toml +++ b/test/test-manager/test_macro/Cargo.toml @@ -4,6 +4,7 @@ authors.workspace = true repository.workspace = true license.workspace = true edition.workspace = true +rust-version.workspace = true [lib] proc-macro = true |
