Commit 496dbcf
authored
Set soroban-sdk version to major only in new contracts (#2297)
### What
Change soroban-sdk dependency version from "23.0.2" to "23" in the
contract workspace template Cargo.toml.
### Why
When creating new projects a developer probably wants to use the latest
available soroban-sdk for the supported major version. Specifying 23.0.2
means only the latest 23.0.x version will be used.1 parent 0cd62ad commit 496dbcf
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| 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