We're going to update the MSRV to 1.90 soon, and we might as well remove the hacks we have in place from bug 1982939 and bug 1995920 for vendoring backwards compatibility early. Differential Revision: https://phabricator.services.mozilla.com/D279628
12 lines
323 B
TOML
12 lines
323 B
TOML
[package]
|
|
name = "arrayref"
|
|
version = "0.3.6"
|
|
authors = ["David Roundy <roundyd@physics.oregonstate.edu>"]
|
|
description = "Macros to take array references of slices"
|
|
license = "BSD-2-Clause"
|
|
repository = "https://github.com/droundy/arrayref"
|
|
documentation = "https://docs.rs/arrayref"
|
|
|
|
[dev-dependencies]
|
|
quickcheck = "0.6"
|