Commit 76b1a63
authored
fix: bump candid-extractor 0.1.4 → 0.1.6 (ic0::cost_call support) (#39)
## Summary
Bumps `candid-extractor` from 0.1.4 to 0.1.6 in both the `rust` and
`all` images.
### Problem
candid-extractor 0.1.4 fails to inspect WASM files that import
`ic0::cost_call`, a new IC system API used by ic-cdk ≥ 0.19:
```
Error: unknown import: `ic0::cost_call` has not been defined
```
This causes `icp deploy` to fail at the Candid extraction step (step 3
of 3) for any canister compiled with ic-cdk 0.19+.
### Fix
candid-extractor 0.1.6 adds support for `ic0::cost_call` and the other
new IC system API imports introduced in recent ic-cdk versions.
### Verification
Tested locally by building both image versions and running `icp deploy`
+ full `make test` against a canister using ic-cdk 0.19 +
ic-ledger-types 0.16:
- 0.1.4: ❌ `Error: unknown import: ic0::cost_call has not been defined`
- 0.1.6: ✅ all tests pass
### Release versioning
This is a patch release (`1.0.1`) — pure bug fix, no icp-cli version
change, no API changes.
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent d1bf5d9 commit 76b1a63
3 files changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments