Skip to content

Commit 2f3ae73

Browse files
committed
Fix dll-syringe build
Fix build by using PR OpenByteDev/dll-syringe#35 fork until merged.
1 parent 5e1007d commit 2f3ae73

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/update-cargo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: cargo install cargo-edit
2626

2727
- name: Upgrade Dependencies in Cargo.toml
28-
run: cargo upgrade
28+
run: cargo upgrade --verbose
2929

3030
- name: Check for changes
3131
id: check_changes

deucalion-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tokio = { version = "1.44.1", features = ["io-util", "sync", "rt"] }
1717
tokio-util = { version = "0.7.14", features = ["codec", "compat"] }
1818
tokio-retry = "0.3"
1919
futures = "0.3"
20-
dll-syringe = { git = "https://github.com/OpenByteDev/dll-syringe", rev = "c8762b1" }
20+
dll-syringe = { git = "https://github.com/fry/dll-syringe", rev = "0a8b18e" }
2121
sysinfo = "0.30"
2222
winapi = { version = "0.3", features = ["aclapi", "processthreadsapi"] }
2323
anyhow = "1.0"

deucalion/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ parking_lot = "0.12"
4747
pelite = "0.10"
4848
memchr = "2"
4949
once_cell = "1.21"
50-
binary-layout = "3.3"
50+
binary-layout = "4.0.2"
5151
dirs = "5.0"
5252
strum = "0.26"
5353
strum_macros = "0.26"

0 commit comments

Comments
 (0)