https://github.com/JuliaLang/Compat.jl

On Tuesday, October 28, 2014 11:41:09 PM UTC-7, Sheehan Olver wrote:
>
> 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?  
>
>
>

Reply via email to