Skip to content

Commit da841d5

Browse files
committed
pin certain crates to specific versions for msrv
1 parent d613939 commit da841d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ approx = "0.5"
4343
quickcheck = "1.0"
4444
serde_json = "1.0"
4545
static_assertions = "1.1"
46+
# TODO: once the msrv is bumped, we can relax these constraints
47+
regex = "=1.9"
48+
memchr = "=2.6.2"
4649

4750
[features]
4851
default = ["autoconvert", "f32", "f64", "si", "std"]

0 commit comments

Comments
 (0)