aboutsummaryrefslogtreecommitdiff
path: root/tests/compiletest.rs
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-04-01 16:34:15 -0700
committerElliott Hughes <enh@google.com>2021-04-01 16:34:15 -0700
commita2c3c5670470c790d3e70ca3392536d4b69e708e (patch)
tree33606e3663ed7bfe2c6fdc2fb260ef81d381059e /tests/compiletest.rs
parent798e77f9ad5a4fd5b91b5cdf19ad52b515818522 (diff)
downloadpin-project-a2c3c5670470c790d3e70ca3392536d4b69e708e.tar.gz
Upgrade rust/crates/pin-project to 1.0.6
Test: make Change-Id: Ie5387f10f0407e40e47531b42f4d672cfe370e27
Diffstat (limited to 'tests/compiletest.rs')
-rw-r--r--tests/compiletest.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compiletest.rs b/tests/compiletest.rs
index e3d713a..b06cb02 100644
--- a/tests/compiletest.rs
+++ b/tests/compiletest.rs
@@ -3,7 +3,7 @@
use std::env;
-#[rustversion::attr(before(2021-01-08), ignore)] // Note: This date is commit-date and the day before the toolchain date.
+#[rustversion::attr(before(2021-02-07), ignore)] // Note: This date is commit-date and the day before the toolchain date.
#[test]
fn ui() {
if env::var_os("CI").is_none() {