Skip to content

Commit

Permalink
chore: use specific versioning for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nixon-voxell committed Aug 27, 2024
1 parent 42e7054 commit ecf902f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
bevy_app = "0.14"
bevy_ecs = "0.14"
bevy_math = "0.14"
bevy_color = "0.14"
bevy_utils = "0.14"
bevy_vello = "0.6"
bevy_app = "0.14.1"
bevy_ecs = "0.14.1"
bevy_math = "0.14.1"
bevy_color = "0.14.1"
bevy_utils = "0.14.1"
bevy_vello = "0.6.1"

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

0 comments on commit ecf902f

Please sign in to comment.