From 5d6a07f2242abed4e33b1d3fd2d9762a274b5b6a Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 7 May 2020 07:39:27 +0900 Subject: [PATCH] unrestricted_attribute_tokens requires 1.34 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02469bd6..2666d398 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,8 +27,8 @@ jobs: # This is the minimum supported Rust version of this crate. # When updating this, the reminder to update the minimum supported # Rust version in README.md. - - build: 1.33.0 - rust: 1.33.0 + - build: 1.34.0 + rust: 1.34.0 - build: 1.36.0 rust: 1.36.0 - build: 1.37.0