Skip to content

Commit

Permalink
Fix object-pool version.
Browse files Browse the repository at this point in the history
Apparently required by crates.io.
  • Loading branch information
theq629 committed Feb 8, 2024
1 parent 460b6c2 commit 8a01b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -10,7 +10,7 @@ keywords = ["tui", "terminal", "ascii", "cp437", "gamedev"]
[dependencies]
bracket-terminal = { version = "0.8" }
ratatui = "0.26"
object-pool = "*" # used by bracket-terminal
object-pool = "0.5" # used by bracket-terminal

[dev-dependencies]
rand = "0.8"

0 comments on commit 8a01b21

Please sign in to comment.