Skip to content

Commit

Permalink
chore: Update to latest bevy version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluefinger committed Jul 4, 2024
1 parent 4530fb3 commit 92251db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_turborand"
version = "0.9.0-rc.1"
version = "0.9.0"
edition = "2021"
authors = ["Gonçalo Rica Pais da Silva <bluefinger@gmail.com>"]
description = "A plugin to enable ECS optimised random number generation for the Bevy game engine."
Expand All @@ -19,7 +19,7 @@ serialize = ["turborand/serialize", "dep:serde"]
rand = ["turborand/rand"]

[dependencies]
bevy = { version = "0.14.0-rc.4", default-features = false }
bevy = { version = "0.14", default-features = false }
serde = { version = "1.0", features = ["derive"], optional = true }
turborand = { version = "0.10", default-features = false, features = [
"std",
Expand Down

0 comments on commit 92251db

Please sign in to comment.