From ab03d078d1f743546d4f728f5cb2536c014430cd Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Sun, 6 Oct 2024 01:57:54 -0400 Subject: [PATCH] fix: move the Binstall configuration to the right spot --- cli-clap/Cargo.toml | 6 +++--- gui-eframe/Cargo.toml | 6 +++--- tui-ratatui/Cargo.toml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cli-clap/Cargo.toml b/cli-clap/Cargo.toml index 55a25e1..1d33382 100644 --- a/cli-clap/Cargo.toml +++ b/cli-clap/Cargo.toml @@ -9,6 +9,9 @@ authors = { workspace = true } license = { workspace = true } repository = { workspace = true } +[package.metadata.binstall] +pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }{ archive-suffix }" + [features] default = ["tracing"] tracing = ["dep:tracing"] @@ -16,6 +19,3 @@ tracing = ["dep:tracing"] [dependencies] clap = { workspace = true, features = ["derive", "env"] } tracing = { workspace = true, optional = true } - -[package.metadata.binstall] -pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }{ archive-suffix }" diff --git a/gui-eframe/Cargo.toml b/gui-eframe/Cargo.toml index e503d19..62bb349 100644 --- a/gui-eframe/Cargo.toml +++ b/gui-eframe/Cargo.toml @@ -9,12 +9,12 @@ authors = { workspace = true } license = { workspace = true } repository = { workspace = true } +[package.metadata.binstall] +pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }{ archive-suffix }" + [features] default = ["tracing"] tracing = ["dep:tracing"] [dependencies] tracing = { workspace = true, optional = true } - -[package.metadata.binstall] -pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }{ archive-suffix }" diff --git a/tui-ratatui/Cargo.toml b/tui-ratatui/Cargo.toml index f46751d..f983851 100644 --- a/tui-ratatui/Cargo.toml +++ b/tui-ratatui/Cargo.toml @@ -9,12 +9,12 @@ authors = { workspace = true } license = { workspace = true } repository = { workspace = true } +[package.metadata.binstall] +pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }{ archive-suffix }" + [features] default = ["tracing"] tracing = ["dep:tracing"] [dependencies] tracing = { workspace = true, optional = true } - -[package.metadata.binstall] -pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }{ archive-suffix }"