Skip to content

Commit

Permalink
build: set resolver to 1
Browse files Browse the repository at this point in the history
With the default resolver `cargo tree` panics with:

```
thread 'main' panicked at 'activated_features for invalid package: features did not find PackageId { name: "actor-echo-module", version: "0.1.0", source: "/home/rvolosatovs/src/github.com/wasmCloud/wasmCloud/tests/actors/echo-module" } NormalOrDev', src/tools/cargo/src/cargo/core/resolver/features.rs:321:14
```

Tracking issue: rust-lang/cargo#10593

Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
  • Loading branch information
rvolosatovs committed Mar 28, 2023
1 parent 29b465a commit 1297d85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ license = "Apache-2.0"
categories = ["wasm"]
description = "wasmCloud Host Runtime"
repository = "https://github.com/wasmCloud/wasmCloud"
resolver = "1"

[badges.maintenance]
status = "actively-developed"
Expand Down

0 comments on commit 1297d85

Please sign in to comment.