Commit 062b5f9
authored
Loosen crc-fast version bounds to allow 1.10+ (#4610)
Fixes #4598.
Changes `crc-fast = "~1.9.0"` to `crc-fast = ">=1.9"` in
`aws-smithy-checksums`, bumps version to 0.64.8.
The `~1.9.0` constraint (>=1.9.0, <1.10.0) blocked downstream users from
resolving crc-fast 1.10.1 parent 592237d commit 062b5f9
2 files changed
Lines changed: 5 additions & 22 deletions
Some 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 | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments