Skip to content

Commit 6b97087

Browse files
committed
fix: use rust nightly image for drone CI
1 parent c649817 commit 6b97087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ platform:
5656

5757
steps:
5858
- name: test
59-
image: rust:1
59+
image: rustlang/rust:nightly
6060
commands:
6161
- cargo +nightly build --verbose --all
6262
- cargo +nightly test --verbose --all

0 commit comments

Comments
 (0)