Skip to content

Commit

Permalink
remove extension-module default
Browse files Browse the repository at this point in the history
  • Loading branch information
jpopesculian committed Mar 12, 2024
1 parent 8ea93a0 commit 86740dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name = "aqora_cli"
crate-type = ["cdylib", "rlib"]

[features]
default = ["extension-module"]
default = []
extension-module = ["pyo3/extension-module", "pyo3/abi3", "pyo3/abi3-py37", "aqora-runner/extension-module"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use aqora::Cli;
use aqora_cli::Cli;
use clap::Parser;

#[pyo3_asyncio::tokio::main]
Expand Down

0 comments on commit 86740dd

Please sign in to comment.