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 Dec 30, 2024
1 parent a989515 commit de4fca4
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 de4fca4

Please sign in to comment.