Skip to content

Commit fae04f1

Browse files
committed
fix build
1 parent fd9ffb0 commit fae04f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mog/__init__.mojo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Terminal styling and layout library for Mojo."""
1+
"""Terminal styling and layout library for Mojo!"""
22
from mist import Profile
33
from mog._properties import Emphasis, Axis, Padding, Margin
44
from mog.align import align_text_horizontal, align_text_vertical, Alignment

pixi.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ mist = ">=26.1.0,<26.2.0"
3939

4040
[package.build-dependencies]
4141
mojo-compiler = ">=0.26.1.0,<0.26.2.0"
42+
mist = ">=26.1.0,<26.2.0"
4243

4344
[package.run-dependencies]
4445
mojo = ">=0.26.1.0,<0.26.2.0"

0 commit comments

Comments
 (0)