Dreckr / Worker

Utility for easy concurrency with isolates
MIT License
35 stars 10 forks source link

High stack_trace expectations #12

Closed Goutte closed 10 years ago

Goutte commented 10 years ago

Pub 1.4.3 itself depends on max barback 0.13.0-dev.

Incompatible version constraints on stack_trace:
- barback 0.13.0 depends on version >=0.9.1 <0.10.0
- worker 0.3.10 depends on version >=1.0.0 <2.0.0

Does worker really requires stack_trace 1.0.0 ? Can we safely loosen the min version boundary to 0.9.1 ?

Dreckr commented 10 years ago

Fixed on 0.3.11. Thanks for reporting!