Skip to content

Commit

Permalink
make crossbeam-channel version less specific (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
5tr1k3r committed Nov 13, 2023
1 parent 05b22fd commit c8f67ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ features = [
]

[dependencies]
crossbeam-channel = "0.5.8"
crossbeam-channel = "0.5.0"

[dev-dependencies.bevy]
version = "0.12"
Expand Down

0 comments on commit c8f67ac

Please sign in to comment.