Commit 271b48b
authored
Fix crate publish order — bnto-image depends on bnto-vector (#517)
bnto-image was in Layer 1 (alongside bnto-encode, spreadsheet, file,
shell) but it depends on bnto-vector which was in Layer 2. Move
bnto-image to Layer 3 so bnto-vector is available on crates.io before
bnto-image tries to resolve it.1 parent d30551c commit 271b48b
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
515 | | - | |
| 515 | + | |
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
519 | | - | |
520 | 519 | | |
521 | 520 | | |
522 | 521 | | |
523 | 522 | | |
524 | 523 | | |
525 | 524 | | |
526 | 525 | | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
527 | 530 | | |
528 | 531 | | |
529 | 532 | | |
530 | 533 | | |
531 | | - | |
| 534 | + | |
532 | 535 | | |
533 | 536 | | |
534 | 537 | | |
| |||
0 commit comments