Skip to content

Commit

Permalink
bind on minor versions only
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaeleragni committed Apr 13, 2024
1 parent 9df343f commit 73a8695
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ include = ["/src", "/LICENSE-MIT", "/LICENSE-APACHE"]
bevy = { version = "0.13" }
wgpu-types = { version = "0.19", features = ["serde", "replay", "trace"] }
bevy_renet = "0.0.11"
bincode = "1.3.3"
serde = { version = "1.0.160", features = ["derive"] }
bincode = "1.3"
serde = { version = "1.0", features = ["derive"] }

threadpool = "1.8.1"
tiny_http = { version = "0.11", default-features = false }
ureq = { version = "2.9.1", default-features = false }
portpicker = "0.1.1"
ascii = "1.1.0"
lz4-compress = "0.1.1"
threadpool = "1.8"
tiny_http = { version = "0", default-features = false }
ureq = { version = "2.9", default-features = false }
portpicker = "0.1"
ascii = "1.1"
lz4-compress = "0.1"

[dev-dependencies]
serial_test = "2.0.0"
serial_test = "3.0"
bevy_editor_pls = "0.8"
uuid = "1.5.0"
uuid = "1.8"

0 comments on commit 73a8695

Please sign in to comment.