Skip to content

Commit

Permalink
feat: use axoupdater for cargo-dist built binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo authored and Gankra committed May 10, 2024
1 parent bac2b39 commit 333804d
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 20 deletions.
177 changes: 169 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ clap-markdown = { git = "https://github.com/getgrit/clap-markdown", rev = "4568d
flate2 = { version = "1.0.17", features = [
"rust_backend",
], default-features = false }
axoupdater = { version = "0.6.2", default-features = false, features = [
"github_releases"
] }

opentelemetry-otlp = { version = "0.14.0", optional = true, features = [
"http-proto",
Expand Down
Loading

0 comments on commit 333804d

Please sign in to comment.