From 9ab405e020d37e7527e14cb7196321c4359bfa15 Mon Sep 17 00:00:00 2001 From: clfreville2 Date: Fri, 10 Mar 2023 10:32:17 +0100 Subject: [PATCH] Update to Rust 1.68 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 24b7311..8f42810 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: default steps: - name: build - image: rust:1.67 + image: rust:1.68 commands: - cargo build volumes: