Commit 25785c2
authored
fix: use cot's version instead of cli's when creating a new project (#213)
cot and cot-cli crates' version do not necessarily have to be in sync
(strictly speaking, cot-cli's version can be higher than cot's) so we
need to make sure we put the latest cot crate version in user's
Cargo.toml. Otherwise, build failures might happen because of invalid
dependencies.1 parent bd86a0e commit 25785c2
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
0 commit comments