@@ -13,7 +13,7 @@ class TestRustListDependencies(unittest.TestCase):
13
13
def test_separate_crates (self ) -> None :
14
14
files = {
15
15
pathlib .Path ('rust-toolchain' ): textwrap .dedent ("""\
16
- 1.42 .0
16
+ 1.70 .0
17
17
""" ).encode (),
18
18
pathlib .Path ('Cargo.toml' ): textwrap .dedent ("""\
19
19
[workspace]
@@ -124,7 +124,7 @@ def sub_crate_src_path(crate_name: str) -> pathlib.Path:
124
124
def test_separate_workspaces (self ) -> None :
125
125
files = {
126
126
pathlib .Path ('rust-toolchain' ): textwrap .dedent ("""\
127
- 1.42 .0
127
+ 1.70 .0
128
128
""" ).encode (),
129
129
pathlib .Path ('Cargo.toml' ): textwrap .dedent ("""\
130
130
[workspace]
@@ -193,7 +193,7 @@ def test_separate_workspaces(self) -> None:
193
193
def test_gathered_source_files (self ) -> None :
194
194
files = {
195
195
pathlib .Path ('rust-toolchain' ): textwrap .dedent ("""\
196
- 1.42 .0
196
+ 1.70 .0
197
197
""" ).encode (),
198
198
pathlib .Path ('Cargo.toml' ): textwrap .dedent ("""\
199
199
[workspace]
@@ -307,7 +307,7 @@ def sub_lib_src_path(crate_name: str) -> pathlib.Path:
307
307
def test_mono_package (self ) -> None :
308
308
files = {
309
309
pathlib .Path ('rust-toolchain' ): textwrap .dedent ("""\
310
- 1.42 .0
310
+ 1.70 .0
311
311
""" ).encode (),
312
312
pathlib .Path ('Cargo.toml' ): textwrap .dedent ("""\
313
313
[package]
@@ -348,7 +348,7 @@ def test_mono_package(self) -> None:
348
348
def test_external_crates (self ) -> None :
349
349
files = {
350
350
pathlib .Path ('rust-toolchain' ): textwrap .dedent ("""\
351
- 1.42 .0
351
+ 1.70 .0
352
352
""" ).encode (),
353
353
pathlib .Path ('Cargo.toml' ): textwrap .dedent ("""\
354
354
[package]
@@ -375,7 +375,7 @@ def test_external_crates(self) -> None:
375
375
def test_build_dependencies (self ) -> None :
376
376
files = {
377
377
pathlib .Path ('rust-toolchain' ): textwrap .dedent ("""\
378
- 1.42 .0
378
+ 1.70 .0
379
379
""" ).encode (),
380
380
pathlib .Path ('Cargo.toml' ): textwrap .dedent ("""\
381
381
[workspace]
@@ -441,7 +441,7 @@ class TestRustVerification(unittest.TestCase):
441
441
def test_success (self ) -> None :
442
442
files = {
443
443
pathlib .Path ('rust-toolchain' ): textwrap .dedent ("""\
444
- 1.42 .0
444
+ 1.70 .0
445
445
""" ).encode (),
446
446
pathlib .Path ('Cargo.toml' ): textwrap .dedent ("""\
447
447
[package]
0 commit comments