Skip to content

Commit

Permalink
Fix rust-crate example for Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jbourassa committed Jan 1, 2025
1 parent 870282e commit 7324bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rust-crate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ doctest = false
wasmtime-rb = { path = "../../ext", features = ["ruby-api"] }

[dev-dependencies]
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
wasmtime-rb = { path = "../../ext", features = ["embed"] } # Only need embed feature for tests

0 comments on commit 7324bb3

Please sign in to comment.