mirror of
https://github.com/uuid-rs/uuid.git
synced 2025-09-29 22:10:50 +00:00
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:
parent
1e47d40631
commit
954e2793a5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user