Update dependency png to ~> 0.2

This commit is contained in:
James Harton 2021-12-08 17:39:27 +13:00
parent cc880a1e6a
commit 79b56d8474

View file

@ -41,7 +41,7 @@ defmodule Vivid.PNG.Mixfile do
{:ex_doc, ">= 0.0.0", only: ~w[dev test]a},
{:credo, "~> 1.1", only: ~w[dev test]a, runtime: false},
{:git_ops, "~> 2.3", only: ~w[dev test]a, runtime: false},
{:png, "~> 0.1"},
{:png, "~> 0.2"},
{:vivid, "~> 0.4"}
]
end