Skip to content

Commit

Permalink
Update kiss3d and k
Browse files Browse the repository at this point in the history
- k 0.25 -> 0.26
- kiss3d 0.31 -> 0.32
  • Loading branch information
taiki-e committed Nov 16, 2021
1 parent c9d5e55 commit 171c232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ assimp = ["assimp-crate", "assimp-sys"]

# Note: k, kiss3d, serde, urdf-rs, and wasm-bindgen are public dependencies.
[dependencies]
k = "0.25"
kiss3d = "0.31"
k = "0.26"
kiss3d = "0.32"
nom_stl = "0.2"
rand = "0.8"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 171c232

Please sign in to comment.