Skip to content

Commit

Permalink
Bump some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed May 3, 2017
1 parent 5da5e60 commit 544ae3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bvh"
description = "A fast BVH using SAH"
version = "0.2.0"
version = "0.2.1"
authors = [
"Sven-Hendrik Haase <[email protected]>",
"Alexander Dmitriev <[email protected]>"
Expand All @@ -14,10 +14,10 @@ license = "MIT"

[dependencies]
approx = "0.1.1"
nalgebra = "0.11.1"
nalgebra = "0.12.1"
rand = "0.3.14"
log = "0.3.7"

[dev-dependencies]
quickcheck = "0.3.1"
quickcheck = "0.4.1"
obj-rs = "0.4"

0 comments on commit 544ae3d

Please sign in to comment.