arbitrary appears to depend on an unstable array_from_fn in 1.1.4, locking the version to 1.1.3 for now

This commit is contained in:
Rick Richardson 2022-08-31 12:28:31 -07:00
parent 1e47d40631
commit 954e2793a5
No known key found for this signature in database
GPG Key ID: 9FB06D29B7C22B54

View File

@ -82,7 +82,7 @@ version = "2"
# Public: Used in trait impls on `Uuid`
[dependencies.arbitrary]
optional = true
version = "1"
version = "=1.1.3"
# Public (unstable): Used in `zerocopy` derive
# Unstable: also need RUSTFLAGS="--cfg uuid_unstable" to work