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 Nov 4, 2023
1 parent 0fad555 commit 113ce38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ members = ["bevy_prng"]

[dependencies]
# bevy
bevy = { git = "https://github.com/bevyengine/bevy.git", rev = "51c70bc98cd9c71d8e55a4656f22d0229a0ef06e", version = "0.12.0-dev", default-features = false }
bevy = { version = "0.12.0", default-features = false }
bevy_prng = { path = "bevy_prng", version = "0.2" }

# others
Expand Down
2 changes: 1 addition & 1 deletion bevy_prng/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serialize = [
]

[dependencies]
bevy = { git = "https://github.com/bevyengine/bevy.git", rev = "51c70bc98cd9c71d8e55a4656f22d0229a0ef06e", version = "0.12.0-dev", default-features = false }
bevy = { version = "0.12.0", default-features = false }
rand_core = { version = "0.6", features = ["std"] }
serde = { version = "1.0", features = ["derive"], optional = true }
rand_chacha = { version = "0.3", optional = true }
Expand Down

0 comments on commit 113ce38

Please sign in to comment.