Skip to content

Commit

Permalink
arbitrary appears to depend on an unstable array_from_fn in 1.1.4, lo…
Browse files Browse the repository at this point in the history
…cking the version to 1.1.3 for now
  • Loading branch information
rrichardson committed Aug 31, 2022
1 parent 1e47d40 commit 954e279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 954e279

Please sign in to comment.