Add compat bounds

1.11 is needed for Base.current_terminfo to be defined
This commit is contained in:
TEC 2024-05-09 17:12:51 +08:00
parent 5cfc49d48a
commit 12bcf3a060
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,11 @@
name = "DoomThemes"
uuid = "37d595dd-de4a-4b34-ac59-dc4316728aaf"
authors = ["TEC <git@tecosaur.net>"]
version = "0.1.0"
authors = ["TEC <git@tecosaur.net>"]
[deps]
StyledStrings = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
[compat]
StyledStrings = "1"
julia = "1.11"