Skip to content

Commit

Permalink
Update stragglers to 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanCut committed Aug 23, 2020
1 parent ebb7658 commit 90e05aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amethyst_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ derivative = "2.1.1"
thread_profiler = { version = "0.3", optional = true }

[dev-dependencies]
amethyst = { path = "..", version = "0.15.1" }
amethyst = { path = "..", version = "0.15.3" }
ron = "0.5.1"

[features]
Expand Down
2 changes: 1 addition & 1 deletion amethyst_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/amethyst/amethyst"
license = "MIT/Apache-2.0"

[dependencies]
amethyst = { path = "..", version = "0.15.1", default-features = false }
amethyst = { path = "..", version = "0.15.3", default-features = false }
derivative = "2.1.1"
derive-new = "0.5"
derive_deref = "1.1.0"
Expand Down

0 comments on commit 90e05aa

Please sign in to comment.