Skip to content

Commit

Permalink
Update Rust crate direction to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 9, 2021
1 parent 1038c8a commit e1e5113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sanity-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
sanity-lib = { path = "../sanity-lib" }
amethyst = {version = "0.15.3", features = ["no-slow-safety-checks", "tiles"]}
direction = {version = "0.17.10", features = ["rand"]}
direction = {version = "0.18.0", features = ["rand"]}
log = { version = "0.4.11", features = ["serde"] }
rand = "0.7.3"
ron = "0.6.2"
Expand Down

0 comments on commit e1e5113

Please sign in to comment.