We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a21a4 commit 3fb6780Copy full SHA for 3fb6780
examples/rust-crate/Cargo.toml
@@ -10,5 +10,5 @@ doctest = false
10
wasmtime-rb = { path = "../../ext", features = ["ruby-api"] }
11
12
[dev-dependencies]
13
-magnus = { version = "0.5.5", features = ["embed"] } # Only need embed feature for tests
+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
0 commit comments