Skip to content

Commit

Permalink
Add cargo-release settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Threated committed Jun 2, 2023
1 parent 27f2ffa commit 1d12372
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ ci = ["github"]
installers = ["shell"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-pc-windows-msvc", "aarch64-apple-darwin"]

[workspace.metadata.release]
publish = false
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use clap::{Parser, Subcommand};
use proxy_health::query_proxy_health;
use anyhow::{Result, Ok, Context};
use anyhow::{Result, Context};
use reqwest::Url;

mod proxy_health;
Expand Down

0 comments on commit 1d12372

Please sign in to comment.