Skip to content

Commit

Permalink
Release version 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jackTabsCode committed Nov 19, 2024
1 parent 0850728 commit 18adfd6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asphalt"
version = "0.8.1"
version = "0.8.2"
edition = "2021"
license = "MIT"
authors = ["Jack T <[email protected]>"]
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 18adfd6

Please sign in to comment.