diff --git a/Cargo.lock b/Cargo.lock index f770568..51aa039 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -130,7 +130,7 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" [[package]] name = "asphalt" -version = "0.8.1" +version = "0.8.2" dependencies = [ "anyhow", "bit-vec", diff --git a/Cargo.toml b/Cargo.toml index 527dbb8..37a8b97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asphalt" -version = "0.8.1" +version = "0.8.2" edition = "2021" license = "MIT" authors = ["Jack T "] @@ -28,8 +28,8 @@ rbx_cookie = { version = "0.1.4", default-features = false } rbx_xml = "0.13.5" rbxcloud = "0.14.0" reqwest = { version = "0.12.9", default-features = false, features = [ - "rustls-tls", - "gzip", + "rustls-tls", + "gzip", ] } resvg = "0.44.0" roblox_install = "1.0.0" @@ -54,10 +54,10 @@ ci = ["github"] installers = [] # Target platforms to build apps for (Rust target-triple syntax) targets = [ - "aarch64-apple-darwin", - "x86_64-apple-darwin", - "x86_64-unknown-linux-gnu", - "x86_64-pc-windows-msvc", + "aarch64-apple-darwin", + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu", + "x86_64-pc-windows-msvc", ] # Publish jobs to run in CI pr-run-mode = "skip"