Skip to content

Commit de37e86

Browse files
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 fails
1 parent 7d85578 commit de37e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tycho-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords.workspace = true
1010
license.workspace = true
1111
categories.workspace = true
1212
readme = "README.md"
13-
13+
rust-version = "1.87.0"
1414

1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

0 commit comments

Comments
 (0)