Skip to content

Commit

Permalink
Merge pull request #275 from SUSE/rust171
Browse files Browse the repository at this point in the history
Update rust to 1.70/1.71
  • Loading branch information
dirkmueller authored Jul 27, 2023
2 parents a59aef1 + ace8d13 commit d4d6ac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ markers = [
'registry_2.8',
'ruby_2.5',
'ruby_3.2',
'rust_1.69',
'rust_1.70',
'rust_1.71',
'rust_oldstable',
'rust_stable',
'tumbleweed_latest',
Expand Down

0 comments on commit d4d6ac5

Please sign in to comment.