Skip to content

Commit

Permalink
fix no default features
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Nov 27, 2023
1 parent d6ab071 commit 3e2cbff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nginx-cache-purge"
version = "0.4.3"
version = "0.4.4"
authors = ["Magic Len <[email protected]>"]
edition = "2021"
rust-version = "1.70"
Expand Down
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ mod cli;
mod functions;
#[cfg(feature = "service")]
mod server;
#[cfg(feature = "service")]
mod uds_serve;

use std::{
Expand Down

0 comments on commit 3e2cbff

Please sign in to comment.