Skip to content

Commit

Permalink
ci: bump drone ci's rust to 1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
SkuldNorniern committed Dec 31, 2023
1 parent eae787d commit 3c70b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ trigger:
- main
steps:
- name: build
image: rust:1.71
image: rust:1.75
commands:
- cargo build --verbose --all

Expand All @@ -17,7 +17,7 @@ trigger:
- main
steps:
- name: test
image: rust:1.71
image: rust:1.75
commands:
- cargo test --verbose --all

Expand Down

0 comments on commit 3c70b63

Please sign in to comment.