Skip to content

Commit

Permalink
upgrade libloading
Browse files Browse the repository at this point in the history
  • Loading branch information
cart committed Jul 10, 2020
1 parent 2ca6de2 commit fb2dfba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2018"
[dependencies]
bevy_derive = { path = "../bevy_derive" }
bevy_ecs = { path = "../bevy_ecs" }
libloading = "0.5.2"
libloading = "0.6"
log = { version = "0.4", features = ["release_max_level_info"] }
serde = { version = "1.0", features = ["derive"]}

0 comments on commit fb2dfba

Please sign in to comment.