mirror of
https://github.com/neondatabase/neon.git
synced 2026-07-07 06:00:38 +00:00
Bump up the rust version we use.
The 'aversion' crate version 0.2.0 needs Rust 1.52. That was relaxed at https://github.com/ericseppanen/aversion/pull/3, but there's no released crate version with that change yet. Maybe we should bump up the rust version anyway, not sure, but this should fix the immediate problem of compiling this branch on CI.
This commit is contained in:
@@ -7,7 +7,7 @@ executors:
|
||||
zenith-build-executor:
|
||||
resource_class: xlarge
|
||||
docker:
|
||||
- image: cimg/rust:1.51.0
|
||||
- image: cimg/rust:1.52.0
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user