Commit 677edf4
authored
Break circular dependency between soroban-sdk and soroban-token-sdk. (#1558)
### What
Break circular dependency between soroban-sdk and soroban-token-sdk.
We only introduced it in order to be able to run the doctest in
migration guide soroban-sdk. I've moved the migration guide to the
respective crate (soroban-token-sdk). This may slightly reduce
discoverability, but I've left a reference to it in the main SDK
migration guide.
### Why
It's apparently impossible to publish crates with circular dependency
between them, even the dependency only occurs in dev-dependencies (or at
least I wasn't able to quickly find a way around that).
### Known limitations
N/A1 parent d37587a commit 677edf4
File tree
7 files changed
+13
-4
lines changed- soroban-sdk
- src
- soroban-token-sdk
- src
- _migrating
7 files changed
+13
-4
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
242 | 244 | | |
243 | 245 | | |
244 | 246 | | |
245 | | - | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
| |||
0 commit comments