Skip to content

Commit

Permalink
1.76->1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStonedOne authored Jul 20, 2024
1 parent 41e90dc commit e63301d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ pub mod url;
#[cfg(feature = "worleynoise")]
pub mod worleynoise;

#[cfg(all(rustversion::since(1.76), not(feature = "allow_non_windows7")))]
compile_error!("Compiling under rustc 1.76 or newer is not allowed without enabling the `allow_non_windows7` feature ");
#[cfg(all(rustversion::since(1.78), not(feature = "allow_non_windows7")))]
compile_error!("Compiling under rustc 1.78 or newer is not allowed without enabling the `allow_non_windows7` feature ");


#[cfg(all(not(target_pointer_width = "32"), not(feature = "allow_non_32bit")))]
Expand Down

0 comments on commit e63301d

Please sign in to comment.