Compare commits
2 Commits
1.4.1-hotf
...
1.4.1-hotf
Author | SHA1 | Date | |
---|---|---|---|
865cc6ddb9 | |||
15de73dad4 |
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -303,7 +303,7 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
||||
|
||||
[[package]]
|
||||
name = "lib"
|
||||
version = "1.4.1-hotfix"
|
||||
version = "1.4.1-hotfix-hotfix-2"
|
||||
dependencies = [
|
||||
"axum",
|
||||
"into-response-derive",
|
||||
|
@ -9,7 +9,7 @@ homepage = "emberal.github.io"
|
||||
|
||||
[package]
|
||||
name = "lib"
|
||||
version = "1.4.1-hotfix"
|
||||
version = "1.4.1-hotfix-hotfix-2"
|
||||
description = "A library with utilities and helper fuctions."
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
@ -10,4 +10,4 @@ proc-macro = true
|
||||
[dependencies]
|
||||
syn = { workspace = true }
|
||||
quote = { workspace = true }
|
||||
regex = "1.10.5"
|
||||
regex = "1.10"
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user