diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-01-11 15:57:24 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-01-16 16:02:46 +0100 |
| commit | 13ea9817ce0213beaddebb5bd3d520e5b7a9ec59 (patch) | |
| tree | 380c264c42d6d7499e68b7d194bd92b41a4229eb /test/test-manager | |
| parent | 03031d9b7e7c00b84c9b5faf31b47c3c709eee59 (diff) | |
| download | mullvadvpn-13ea9817ce0213beaddebb5bd3d520e5b7a9ec59.tar.xz mullvadvpn-13ea9817ce0213beaddebb5bd3d520e5b7a9ec59.zip | |
Add rust-version to all Cargo.toml
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 |
