Skip to content

Commit

Permalink
Update rust to 1.70/1.71
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmueller committed Jul 26, 2023
1 parent 535d423 commit 855ff34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bci_tester/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def create_BCI(
build_tag=f"bci/rust:{rust_version}",
extra_marks=[pytest.mark.__getattr__(f"rust_{stability}")],
)
for rust_version, stability in (("1.69", "oldstable"), ("1.70", "stable"))
for rust_version, stability in (("1.70", "oldstable"), ("1.71", "stable"))
]

INIT_CONTAINER = create_BCI(
Expand Down

0 comments on commit 855ff34

Please sign in to comment.