Skip to content

Use default-features false for crates, use rustls by default for reqwests#9

Open
joshuataylor wants to merge 1 commit into
Mixpeal:mainfrom
joshuataylor:feature/rustls
Open

Use default-features false for crates, use rustls by default for reqwests#9
joshuataylor wants to merge 1 commit into
Mixpeal:mainfrom
joshuataylor:feature/rustls

Conversation

@joshuataylor

Copy link
Copy Markdown

Also move dotenv and tokio to dev-dependencies.

This allows cross-compiling from x86 to ARM64, supporting rustls by default.

Before:

rustup target add aarch64-unknown-linux-gnu
cargo build --target aarch64-unknown-linux-gnu
error: failed to run custom build command for `openssl-sys v0.9.102`

…ests. Move dotenv and tokio to dev-dependencies.

This allows cross-compiling from x86 to ARM64.

Signed-off-by: Josh Taylor <joshuataylorx@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant