Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Verified Commit 841519a1 authored by Ayush Singh's avatar Ayush Singh
Browse files

Remove unused config


- Not going to use cargo dist anymore, so remove it.
- Update deps

Signed-off-by: Ayush Singh's avatarAyush Singh <ayush@beagleboard.org>
parent bf66e571
1 merge request!18Get ready to create release
......@@ -2722,9 +2722,9 @@ dependencies = [
[[package]]
name = "liblzma"
version = "0.3.3"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3139da5a723df5ecc87bea4f09c5622b0f6e40a1448c839aefa56727834491d"
checksum = "a7c45fc6fcf5b527d3cf89c1dee8c327943984b0dc8bfcf6e100473b00969e63"
dependencies = [
"liblzma-sys",
"num_cpus",
......@@ -2732,9 +2732,9 @@ dependencies = [
[[package]]
name = "liblzma-sys"
version = "0.3.6"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2e80e6c899a9fcbcfddb3e6d3e95c91303d416870fa812c49dc1689efaa94f1"
checksum = "63117d31458acdb7b406f6c60090aa8e1e7cd6e283f8ee02ce585ed68c53fe39"
dependencies = [
"cc",
"libc",
......
......@@ -6,19 +6,6 @@ members = [
"cli", "gui",
]
# Config for 'cargo dist'
[workspace.metadata.dist]
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.20.0"
# The installers to generate for each app
installers = []
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-gnu"]
[profile.release]
strip = true
# The profile that 'cargo dist' will build with
[profile.dist]
inherits = "release"
lto = "thin"
......@@ -8,7 +8,7 @@ repository = "https://openbeagle.org/ayush1325/bb-imager-rs"
license = "MIT"
[dependencies]
liblzma = { version = "0.3.3", features = ["static", "parallel"] }
liblzma = { version = "0.3.4", features = ["static", "parallel"] }
chrono = { version = "0.4.38", features = ["serde"] }
const-hex = { version = "1.12.0", features = ["serde"] }
crc32fast = "1.4.2"
......
......@@ -19,14 +19,5 @@ tokio = { version = "1.39.2", default-features = false, features = ["macros"] }
webbrowser = "1.0.1"
notify-rust = "4.11.1"
[package.metadata.appimage]
auto_link = true
auto_link_exclude_list = [
"libc.so*",
"libgcc_s.so",
"ld-linux*",
"libm.so*"
]
[build-dependencies]
embed-resource = "2.4"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment