Skip to content

Commit

Permalink
don't specify patch version of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz authored Jan 6, 2024
1 parent 09a1be7 commit ff5690f
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
Expand Up @@ -21,13 +21,13 @@ default = []

[dependencies]
# Public dependencies (Present in the public API)
serde = { version = "1.0.195", features = ["derive"], optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }

[dev-dependencies]
serde_yaml = { version = "0.9.30", default-features = false }
rstest = { version = "0.18.2", default-features = false }
bevy = { version = "0.12.1", default-features = false, features = ["bevy_asset", "bevy_winit", "bevy_render", "bevy_sprite", "bevy_core_pipeline", "png", "x11", "dynamic_linking"] }
anyhow = "1.0.79"
anyhow = "1.0"
toml = "0.8.8"

[build-dependencies]
Expand Down

0 comments on commit ff5690f

Please sign in to comment.