Skip to content

Commit ddfa731

Browse files
committed
Release version 0.1.4
1 parent 1bb7173 commit ddfa731

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "drillbit"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2024"
55
description = " A plugin installation tool for Roblox"
66
license = "MIT"
@@ -17,10 +17,10 @@ fs-err = { version = "3.1.1", features = ["tokio"] }
1717
log = "0.4.27"
1818
rbx_cookie = { version = "0.1.5", default-features = false }
1919
relative-path = { version = "2.0.1", features = ["serde"] }
20-
reqwest = { version = "0.12.23", features = ["json", "rustls-tls", "gzip"] }
20+
reqwest = { version = "0.12.23", features = ["gzip", "json", "rustls-tls"] }
2121
roblox-studio-utils = "0.2.0"
2222
serde = { version = "1.0.219", features = ["derive"] }
23-
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread", "fs"] }
23+
tokio = { version = "1.47.1", features = ["fs", "macros", "rt-multi-thread"] }
2424
toml = "0.9.5"
2525

2626
# The profile that 'dist' will build with

dist-workspace.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ cargo-dist-version = "0.29.0"
66
ci = "github"
77
installers = []
88
targets = [
9-
"aarch64-apple-darwin",
10-
"x86_64-apple-darwin",
11-
"x86_64-unknown-linux-gnu",
12-
"x86_64-pc-windows-msvc",
9+
"aarch64-apple-darwin",
10+
"x86_64-apple-darwin",
11+
"x86_64-unknown-linux-gnu",
12+
"x86_64-pc-windows-msvc",
1313
]
1414
checksum = "false"
1515
source-tarball = false

0 commit comments

Comments
 (0)