Skip to content

Commit

Permalink
Fix build without default features
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Apr 2, 2024
1 parent 3dd8315 commit 4238dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ use maturin::{upload_ui, PublishOpt};
use std::env;
use std::path::PathBuf;
use tracing::{debug, instrument};
use tracing_subscriber::layer::SubscriberExt;
use tracing_subscriber::util::SubscriberInitExt;
#[cfg(feature = "log")]
use tracing_subscriber::{layer::SubscriberExt, util::SubscriberInitExt};

#[derive(Debug, Parser)]
#[command(
Expand Down

0 comments on commit 4238dee

Please sign in to comment.