Commit 05d7b7e
committed
Set default feature to 0_17_1
In `node` and `integration_test`.
In #45 we removed the default feature because we were setting it to
`28_0` and this was a footgun because downstream crates needed to
explicitly use no default features. This change made it impossible to
build the crate without selecting a version feature which implicitly
means `--no-default-features` does not work.
Instead we can set the default to `0_17_1` and then the crate builds
with no default features and also downstream users who select a higher
version get correct behaviour because higher versions override lower
ones.1 parent d658ae3 commit 05d7b7e
2 files changed
+14
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | | - | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
| 18 | + | |
| 19 | + | |
14 | 20 | | |
15 | 21 | | |
16 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
41 | 42 | | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
0 commit comments