Commit 4b35be1
authored
chore: Fix building the Rust password_manager example (#267)
The password_manager example failed to build because the `backend`
symlink points to a canister that uses workspace dependency inheritance
({ workspace = true }), but the example's own workspace didn't define
`[workspace.dependencies]`.
Fixed by adding the required workspace dependencies to both the
example's `Cargo.toml` and the root `Cargo.toml`, and updating the
canister to use workspace inheritance for ic-vetkeys.1 parent 4d4b14a commit 4b35be1
File tree
4 files changed
+561
-603
lines changed- backend/rs/canisters/ic_vetkeys_encrypted_maps_canister
- examples/password_manager/rust
4 files changed
+561
-603
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments