Merge pull request #488 from spearman/bump-rand
bump rand -> 0.7, fix unused macro warnings in tests
This commit is contained in:
commit
ec5261d15b
7 changed files with 1 additions and 7 deletions
|
@ -24,7 +24,7 @@ swizzle = []
|
|||
approx = "0.3"
|
||||
mint = { version = "0.5", optional = true }
|
||||
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 }
|
||||
simd = { version = "0.2", optional = true }
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#[macro_use]
|
||||
extern crate approx;
|
||||
extern crate cgmath;
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#[macro_use]
|
||||
extern crate approx;
|
||||
extern crate cgmath;
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#[macro_use]
|
||||
extern crate approx;
|
||||
extern crate cgmath;
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#[macro_use]
|
||||
extern crate approx;
|
||||
extern crate cgmath;
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#[macro_use]
|
||||
extern crate approx;
|
||||
extern crate cgmath;
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#[macro_use]
|
||||
extern crate approx;
|
||||
extern crate cgmath;
|
||||
|
||||
|
|
Loading…
Reference in a new issue