Commit 0b79033
fix: add version to aptos-sdk workspace dependency for publishing
cargo publish rejects path-only workspace dependencies (including
dev-deps), so aptos-sdk-macros publishing would fail. Adding
version = "0.4.0" alongside the path ensures crates.io resolution
works correctly.
Co-authored-by: Greg Nazario <greg@gnazar.io>1 parent 88d865b commit 0b79033
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments