Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGVSV committed Aug 1, 2022
1 parent e21ec88 commit afb40fb
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
Expand Up @@ -14,10 +14,10 @@ exclude = ["assets/**/*", ".github/**/*"]
bevy_proto_derive = { version = "0.2", path = "bevy_proto_derive" }
bevy = { version = "0.8", default-features = false, features = ["bevy_asset"] }
serde = "1.0"
typetag = "0.1"
serde_yaml = "0.8"
typetag = "0.2"
serde_yaml = "0.9"
dyn-clone = "1.0"
indexmap = "1.7"
indexmap = "1.9"

[dev-dependencies]
bevy = "0.8"
Expand Down

0 comments on commit afb40fb

Please sign in to comment.