Skip to content

Commit 894dc6d

Browse files
committed
Moving CI to Rust 1.64
1 parent 6862851 commit 894dc6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.semaphore/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.61.0-slim
1+
FROM rust:1.64.0-slim
22

33
# Install SemaphoreCI dependencies
44
# https://docs.semaphoreci.com/ci-cd-environment/custom-ci-cd-environment-with-docker/

.semaphore/semaphore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ agent:
55
type: e1-standard-2
66
os_image: ubuntu2004
77
containers:
8-
# Rust 1.56 (2021 edition) is currently not supported in Semaphore
8+
# Rust 1.64 (2021 edition) is currently not supported in Semaphore
99
- name: main
10-
image: 'saluki/rust-ci:1.61'
10+
image: 'saluki/rust-ci:1.64'
1111
blocks:
1212
- name: Test release
1313
task:

0 commit comments

Comments
 (0)