Skip to content

Commit cd8e0cc

Browse files
Merge pull request #311 from RainbowCookie32/dev
v0.5.8
2 parents 76603c1 + 718fca0 commit cd8e0cc

File tree

5 files changed

+122
-85
lines changed

5 files changed

+122
-85
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,12 @@ jobs:
127127
uses: actions/download-artifact@v4.1.9
128128
with:
129129
path: artifacts
130+
merge-multiple: true
130131
pattern: rusty-psn*
131132

133+
- name: Print downloaded artifacts
134+
run: ls -R artifacts
135+
132136
- name: Create release
133137
uses: softprops/action-gh-release@v2.2.1
134138
with:

Cargo.lock

Lines changed: 78 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@ dirs = "6.0.0"
1010
bytesize = "2.0.1"
1111
copypasta = "0.10.1"
1212
sha1_smol = "1.0.1"
13-
quick-xml = "0.37.2"
13+
quick-xml = "0.37.5"
1414
hmac = "0.12.1"
1515
sha2 = "0.10.8"
1616
hex = "0.4.3"
1717
serde_json = "1.0.140"
1818

19-
log = "0.4.26"
20-
flexi_logger = "0.29.8"
19+
log = "0.4.27"
20+
flexi_logger = "0.30.1"
2121

2222
clap = { version = "4.5.32", features = ["derive"] }
2323
crossterm = { version = "0.28.1", optional = true }
2424

25-
reqwest = { version = "0.12.14", default-features = false, features = ["rustls-tls"] }
25+
reqwest = { version = "0.12.15", default-features = false, features = ["rustls-tls"] }
2626

2727
rfd = { version = "0.15.3", optional = true }
2828
eframe = { version = "0.31.1", features = ["persistence"], optional = true }
2929
egui-notify = { version = "0.19.0", optional = true }
30-
notify-rust = { version = "4.11.5", optional = true }
30+
notify-rust = { version = "4.11.7", optional = true }
3131

3232
poll-promise = { version = "0.3.0", features = ["tokio"] }
3333
serde = { version = "1.0.219", default-features = false, features = ["derive"] }
34-
tokio = { version = "1.44.1", default-features = false, features = ["rt", "io-util", "macros", "fs"] }
34+
tokio = { version = "1.44.2", default-features = false, features = ["rt", "io-util", "macros", "fs"] }
3535

3636
[features]
3737
default = ["egui"]

0 commit comments

Comments
 (0)