fix: move the Binstall configuration to the right spot

This commit is contained in:
J / Jacob Babich
2024-10-06 01:57:54 -04:00
parent 54ae1dd8ba
commit ab03d078d1
3 changed files with 9 additions and 9 deletions

View File

@@ -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 }"

View File

@@ -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 }"

View File

@@ -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 }"