Skip to content

Commit 7384d07

Browse files
committed
patch bindings
1 parent 7bcef9a commit 7384d07

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Cargo.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,15 @@ lto = true
122122
codegen-units = 1
123123
opt-level = 3
124124
debug = true
125+
126+
[patch.crates-io]
127+
simics = { git = "https://github.com/Wenzel/simulator-bindings", rev = "db9db910dbc382ebf3ec18e55aa658cbaa77315e" }
128+
simics-build-utils = { git = "https://github.com/Wenzel/simulator-bindings", rev = "db9db910dbc382ebf3ec18e55aa658cbaa77315e" }
129+
simics-macro = { git = "https://github.com/Wenzel/simulator-bindings", rev = "db9db910dbc382ebf3ec18e55aa658cbaa77315e" }
130+
simics-test = { git = "https://github.com/Wenzel/simulator-bindings", rev = "db9db910dbc382ebf3ec18e55aa658cbaa77315e" }
131+
simics-api-sys = { git = "https://github.com/Wenzel/simulator-bindings", rev = "db9db910dbc382ebf3ec18e55aa658cbaa77315e" }
132+
simics-package = { git = "https://github.com/Wenzel/simulator-bindings", rev = "db9db910dbc382ebf3ec18e55aa658cbaa77315e" }
133+
simics-sign = { git = "https://github.com/Wenzel/simulator-bindings", rev = "db9db910dbc382ebf3ec18e55aa658cbaa77315e" }
134+
cargo-simics-build = { git = "https://github.com/Wenzel/simulator-bindings", rev = "db9db910dbc382ebf3ec18e55aa658cbaa77315e" }
135+
ispm-wrapper = { git = "https://github.com/Wenzel/simulator-bindings", rev = "db9db910dbc382ebf3ec18e55aa658cbaa77315e" }
136+

0 commit comments

Comments
 (0)