Skip to content

Commit 1520fb6

Browse files
authored
cargo: patch darling to avoid getters2 breakage (#158)
1 parent f309f87 commit 1520fb6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Cargo.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,22 @@ versions = { version = "6.2.0", features = ["serde"] }
116116
simics = "0.1.2"
117117
simics-build-utils = "0.1.1"
118118

119+
119120
[profile.release]
120121
lto = true
121122
codegen-units = 1
122123
opt-level = 3
123124
debug = true
125+
126+
# Temporary patch to pin darling to v0.20.10
127+
[patch.crates-io]
128+
ffi = { git = "https://github.com/Wenzel/ffi", rev = "496832d73717bb8e1ec82ea6603bbf393f451167" }
129+
cargo-simics-build = { git = "https://github.com/Wenzel/simulator-bindings.git", rev = "174943b23558f9365690d75212baa84d3b84e036" }
130+
ispm-wrapper = { git = "https://github.com/Wenzel/simulator-bindings.git", rev = "174943b23558f9365690d75212baa84d3b84e036" }
131+
simics = { git = "https://github.com/Wenzel/simulator-bindings.git", rev = "174943b23558f9365690d75212baa84d3b84e036" }
132+
simics-api-sys = { git = "https://github.com/Wenzel/simulator-bindings.git", rev = "174943b23558f9365690d75212baa84d3b84e036" }
133+
simics-macro = { git = "https://github.com/Wenzel/simulator-bindings.git", rev = "174943b23558f9365690d75212baa84d3b84e036" }
134+
simics-package = { git = "https://github.com/Wenzel/simulator-bindings.git", rev = "174943b23558f9365690d75212baa84d3b84e036" }
135+
simics-sign = { git = "https://github.com/Wenzel/simulator-bindings.git", rev = "174943b23558f9365690d75212baa84d3b84e036" }
136+
simics-test = { git = "https://github.com/Wenzel/simulator-bindings.git", rev = "174943b23558f9365690d75212baa84d3b84e036" }
137+
simics-build-utils = { git = "https://github.com/Wenzel/simulator-bindings.git", rev = "174943b23558f9365690d75212baa84d3b84e036" }

0 commit comments

Comments
 (0)