Crate - Design by Introspection for D web APIs

Richard (Rikki) Andrew Cattermole richard at cattermole.co.nz
Fri Mar 6 21:16:07 UTC 2026


On 07/03/2026 10:08 AM, Sergey wrote:
> On Tuesday, 3 March 2026 at 09:59:34 UTC, Bogdan Szabo wrote:
>> I will try to fix the issues with the examples and dependencies ASAP. 
>> The thing is that I use it for a GIS app and I need the geo library, 
>> but I will try to isolate it with a version flag.
> 
> I saw new version: 1.0.2 popped up...
> The error is different now, but still doesn't build:
> ```
> Error Unresolvable dependencies to package trial:
>    crate 1.0.2 depends on trial 1.0.1
>    describe-d 1.0.0 depends on trial *
>    fluent-asserts-vibe 2.0.0 depends on trial 1.0.0
> ```

     "dependencies": {
         "fluent-asserts": "2.0.1",
         "fluent-asserts-vibe": "2.0.0",
         "trial": "1.0.1"
       },

Also: delete dub.selections.json otherwise its pinning it.



More information about the Digitalmars-d-announce mailing list