From 6c9f5d2178dd8d49231400003f9699d345d67212 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Thu, 30 Jun 2022 22:54:10 -0400 Subject: [PATCH] Bump to v1.60.0 RSVP due to protobuf 3.1 req protobuf uses spare_capacity_mut on vectors that was stabilized in 1.60 https://github.com/rust-lang/rust/pull/93016 --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 2ef062c..7552016 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -16,7 +16,7 @@ environment: target: x86_64-pc-windows-msvc - channel: stable target: i686-pc-windows-msvc - - channel: 1.58.0 + - channel: 1.60.0 target: x86_64-pc-windows-msvc install: