File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -116,8 +116,22 @@ versions = { version = "6.2.0", features = ["serde"] }
116116simics = " 0.1.2"
117117simics-build-utils = " 0.1.1"
118118
119+
119120[profile .release ]
120121lto = true
121122codegen-units = 1
122123opt-level = 3
123124debug = 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" }
You can’t perform that action at this time.
0 commit comments