From 954e2793a5e5d39cab1e99140bd16353a9fed9de Mon Sep 17 00:00:00 2001 From: Rick Richardson Date: Wed, 31 Aug 2022 12:28:31 -0700 Subject: [PATCH] arbitrary appears to depend on an unstable array_from_fn in 1.1.4, locking the version to 1.1.3 for now --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7827fbc..de7ccb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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