Skip to content

Commit

Permalink
Fix map_diff version spec in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor committed Jul 25, 2024
1 parent 5f34ad2 commit ae2e231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustler_tests/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defmodule RustlerTest.Mixfile do
defp deps do
[
{:rustler, path: "../rustler_mix", runtime: false},
{:map_diff, version: "~> 1.3"}
{:map_diff, "~> 1.3"}
]
end
end

0 comments on commit ae2e231

Please sign in to comment.