Skip to content

Commit

Permalink
Un-specify rev
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett committed Feb 16, 2024
1 parent 31043c7 commit 201c90f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ render = []
serde = ["dep:serde"]

[dependencies]
bevy = { git = "https://github.com/bevyengine/bevy.git", rev = "c1a4e29a1ec2b3a54fa0449ed28bb59ec00ac1ed", default-features = false, features = [
bevy = { git = "https://github.com/bevyengine/bevy.git", default-features = false, features = [
"bevy_core_pipeline",
"bevy_render",
"bevy_asset",
Expand All @@ -36,7 +36,6 @@ thiserror = { version = "1.0" }

[dev-dependencies.bevy]
git = "https://github.com/bevyengine/bevy.git"
rev = "c1a4e29a1ec2b3a54fa0449ed28bb59ec00ac1ed"
default-features = false
features = [
"bevy_core_pipeline",
Expand All @@ -53,7 +52,6 @@ features = [

[target.'cfg(unix)'.dev-dependencies.bevy]
git = "https://github.com/bevyengine/bevy.git"
rev = "c1a4e29a1ec2b3a54fa0449ed28bb59ec00ac1ed"
default-features = false
features = [
"bevy_core_pipeline",
Expand Down

0 comments on commit 201c90f

Please sign in to comment.