Skip to content

Commit

Permalink
change the feature flag for rustc issue #109736
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremiah-Griffin committed Apr 18, 2023
1 parent e1a5de7 commit e3ead33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![feature(once_cell)]
#![feature(lazy_cell)]

mod tests;

Expand Down

0 comments on commit e3ead33

Please sign in to comment.