Skip to content

Commit

Permalink
Bump bevy_reflect from 0.14.0 to 0.14.1
Browse files Browse the repository at this point in the history
Bumps [bevy_reflect](https://github.com/bevyengine/bevy) from 0.14.0 to 0.14.1.
- [Release notes](https://github.com/bevyengine/bevy/releases)
- [Changelog](https://github.com/bevyengine/bevy/blob/main/docs/release_checklist.md)
- [Commits](bevyengine/bevy@v0.14.0...v0.14.1)

---
updated-dependencies:
- dependency-name: bevy_reflect
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent d6c04fc commit 22ae8d8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bevy-materialx-importer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
bevy_app = { version = "0.14.0", default-features = false }
bevy_pbr = { version = "0.14.0", default-features = false }
bevy_reflect = { version = "0.14.0", default-features = false }
bevy_reflect = { version = "0.14.1", default-features = false }
bevy_asset = { version = "0.14.0", default-features = false }
materialx-parser = { version = "0.1.0", path = "../materialx-parser" }
thiserror = "1.0.61"
Expand Down
2 changes: 1 addition & 1 deletion materialx-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ roxmltree = "0.20.0"
indexmap = "2.2.6"
smol_str = "0.2.2"
bevy_color = { version = "0.14.0", optional = true, default-features = false }
bevy_reflect = { version = "0.14.0", optional = true, default-features = false }
bevy_reflect = { version = "0.14.1", optional = true, default-features = false }

[features]
default = ["bevy"]
Expand Down

0 comments on commit 22ae8d8

Please sign in to comment.