On 8/7/20 8:57 PM, Steven Schveighoffer wrote:
I tried addingdependency "io" version="~>0.3.0" But it fails with: Got no configuration for dependency io ~>0.3.1 of hello ~master!? If I add dependency "io" version="*" it works.I think this is an issue with dub when using an inline recipe file, but I don't know?
ugh. This is an issue with iopipe specifying io version 0.2.x. I will fix this.
-Steve