Skip to content

Commit

Permalink
#1: update remaining versions
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRohm committed Apr 29, 2021
1 parent 11915b7 commit 486975a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ coveralls = { repository = "TNG/gs-rs", branch = "master", service = "github" }
maintenance = { status = "actively-developed" }

[dependencies]
nalgebra = { version = "0.26.1", features = ["sparse"] }
nalgebra = { version = "0.26.2", features = ["sparse"] }
serde = { version = "1.0.115", features = ["derive"] }
serde_json = "1.0.57"
petgraph = "0.5.1"
kiss3d = "0.31.0"
itertools = "0.9.0"
itertools = "0.10.0"

[dev-dependencies]
env_logger = "0.7.1"
env_logger = "0.8.3"
log = "0.4.11"
approx = "0.3.2"
approx = "0.4.0"
criterion = "0.3.3"

[[bench]]
Expand Down

0 comments on commit 486975a

Please sign in to comment.