Skip to content

Commit 44f8b25

Browse files
authored
Update mojoproject.toml
1 parent 2898dba commit 44f8b25

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

mojoproject.toml

+2-11
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels = ["conda-forge", "https://conda.modular.com/max"]
44
description = "Mist lets you safely use advanced styling options on the terminal."
55
name = "mist"
66
platforms = ["osx-arm64", "linux-64"]
7-
version = "25.1.0"
7+
version = "25.1.1"
88
license = "MIT"
99
license-file = "LICENSE"
1010
homepage = "https://github.com/thatstoasty/mist"
@@ -19,13 +19,4 @@ build = { cmd = "python scripts/util.py build", env = { MODULAR_MOJO_IMPORT_PATH
1919
publish = { cmd = "python scripts/util.py publish", env = { PREFIX_API_KEY = "$PREFIX_API_KEY" } }
2020

2121
[dependencies]
22-
max = "==25.1.0"
23-
24-
[feature.nightly]
25-
channels = ["conda-forge", "https://conda.modular.com/max-nightly"]
26-
27-
[feature.nightly.dependencies]
28-
max = "*"
29-
30-
[environments]
31-
nightly = ["nightly"]
22+
max = ">=25.1.0,<25.2.0"

0 commit comments

Comments
 (0)