Skip to content

Commit 976169e

Browse files
samwgoldmanmeta-codesync[bot]
authored andcommitted
Update quickcheck to 1.1.0
Summary: X-link: meta-pytorch/monarch#4112 The API in the pinned revision is from_seed, while the offical API in the new version is from_size_and_seed, so I changed the call sites. Changes are obvious/mechanical. Reviewed By: dtolnay Differential Revision: D106435210 fbshipit-source-id: 516f505b8001087b865858c68d4ef5249691d7ba
1 parent e797a73 commit 976169e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
backtrace = { git = "https://github.com/rust-lang/backtrace-rs", rev = "df979dcf80027eb047d7bb9e0874710c15009f31" }
33
cxx = { git = "https://github.com/facebookexperimental/cxx.git", rev = "d98f6c434f8e6a018533c31a7a4cf7cdc7252210" }
44
cxx-build = { git = "https://github.com/facebookexperimental/cxx.git", rev = "d98f6c434f8e6a018533c31a7a4cf7cdc7252210" }
5-
quickcheck = { git = "https://github.com/jakoschiko/quickcheck", rev = "6ecdf5bb4b0132ce66670b4d46453aa022ea892c" }
65

76
[workspace]
87
members = ["resources", "src", "tests", "tests/e2e"]

0 commit comments

Comments
 (0)