From e3ead33e651cd822b1c8cbcabc7048827f1a09e8 Mon Sep 17 00:00:00 2001 From: Jeremiah Griffin Date: Tue, 18 Apr 2023 18:51:03 -0400 Subject: [PATCH] change the feature flag for rustc issue #109736 https://github.com/rust-lang/rust/issues/109736 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3969a37..cbef50e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tiff_tags_nightly" -version = "1.1.1" +version = "1.2.0" edition = "2021" license = "MIT" keywords = ["image", "metadata", "exif", "TIFF", "tags"] diff --git a/src/lib.rs b/src/lib.rs index 09c9a8f..551ebfa 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![feature(once_cell)] +#![feature(lazy_cell)] mod tests;