diff --git a/Cargo.lock b/Cargo.lock index 90a512a..d862f1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -303,7 +303,7 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "lib" -version = "1.4.1-hotfix" +version = "1.4.1-hotfix-hotfix" dependencies = [ "axum", "into-response-derive", diff --git a/Cargo.toml b/Cargo.toml index 1b242ba..b8d600e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ homepage = "emberal.github.io" [package] name = "lib" -version = "1.4.1-hotfix" +version = "1.4.1-hotfix-hotfix" description = "A library with utilities and helper fuctions." edition = { workspace = true } rust-version = { workspace = true } diff --git a/src/lib.rs b/src/lib.rs index a329b70..8b565ab 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,8 +2,8 @@ #[cfg(all(feature = "derive", feature = "serde"))] pub extern crate into_response_derive; -#[cfg(feature = "load-files")] -pub extern crate load_files; +#[cfg(feature = "read-files")] +pub extern crate read_files; #[cfg(feature = "axum")] pub mod axum;