We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81fe5b0 commit 02d9e1cCopy full SHA for 02d9e1c
1 file changed
examples/rust-crate/Cargo.toml
@@ -10,5 +10,12 @@ doctest = false
10
wasmtime-rb = { path = "../../ext", features = ["ruby-api"] }
11
12
[dev-dependencies]
13
-magnus = { version = "0.7.1", features = ["embed"] } # Only need embed feature for tests
14
-wasmtime-rb = { path = "../../ext", features = ["embed"] } # Only need embed feature for tests
+magnus = { version = "0.7.1", features = [
+ "embed",
15
+] } # Only need embed feature for tests
16
+wasmtime-rb = { path = "../../ext", features = [
17
18
19
+
20
+[patch.crates-io]
21
+rb-sys-build = { git = "https://github.com/jeffcharles/rb-sys.git", branch = "handle-panic" }
0 commit comments