Merge pull request #488 from spearman/bump-rand

bump rand -> 0.7, fix unused macro warnings in tests
This commit is contained in:
Dzmitry Malyshau 2019-08-12 16:17:53 -04:00 committed by GitHub
commit ec5261d15b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 1 additions and 7 deletions

View file

@ -24,7 +24,7 @@ swizzle = []
approx = "0.3" approx = "0.3"
mint = { version = "0.5", optional = true } mint = { version = "0.5", optional = true }
num-traits = "0.2" num-traits = "0.2"
rand = { version = "0.6", optional = true } rand = { version = "0.7", optional = true }
serde = { version = "1.0", features = ["serde_derive"], optional = true } serde = { version = "1.0", features = ["serde_derive"], optional = true }
simd = { version = "0.2", optional = true } simd = { version = "0.2", optional = true }

View file

@ -13,7 +13,6 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
#[macro_use]
extern crate approx; extern crate approx;
extern crate cgmath; extern crate cgmath;

View file

@ -13,7 +13,6 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
#[macro_use]
extern crate approx; extern crate approx;
extern crate cgmath; extern crate cgmath;

View file

@ -13,7 +13,6 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
#[macro_use]
extern crate approx; extern crate approx;
extern crate cgmath; extern crate cgmath;

View file

@ -13,7 +13,6 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
#[macro_use]
extern crate approx; extern crate approx;
extern crate cgmath; extern crate cgmath;

View file

@ -13,7 +13,6 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
#[macro_use]
extern crate approx; extern crate approx;
extern crate cgmath; extern crate cgmath;

View file

@ -13,7 +13,6 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
#[macro_use]
extern crate approx; extern crate approx;
extern crate cgmath; extern crate cgmath;