Commit de37e86
committed
fix: Specify minimum rust version
Unsigned `is_multiple_of` used in `serde_primitives::decode_hex_with_prefix()` is stabilized only in `1.87` version of rust as per this issue rust-lang/rust#137383
Building the package with older version fails1 parent 7d85578 commit de37e86
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments