I change
{:foo => "foo", :footwo => "foo2"}
to
Dict{Any,Any}(:foo => "foo", :footwo => "foo2")
to get rid of v0.4 deprecation warnings, but it doesn't work on v0.3
anymore. Is there a version that works on both?
I change
{:foo => "foo", :footwo => "foo2"}
to
Dict{Any,Any}(:foo => "foo", :footwo => "foo2")
to get rid of v0.4 deprecation warnings, but it doesn't work on v0.3
anymore. Is there a version that works on both?