Update dependencies, fix up Cargo.toml

This commit is contained in:
2025-07-21 00:35:31 -07:00
parent e8fa45fc3b
commit d699340ec8
3 changed files with 6 additions and 9 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ Here's an example of what anonymous labels look like in practice:
#if key @f 'Jump to anonymous label. Marzipan compiles `@f` to `_`...
The chest is locked.
#end
:@ '...and this compiles to `:_`.
:@ '...and compiles this to `:_`.
You unlock the chest.
There's a bunch of gems inside!
#give gems 20
@@ -31,7 +31,7 @@ There's a bunch of gems inside!
#if shotgun @f 'This time, Marzipan compiles `@f` to `a`...
Nothing happens.
#end
:@ '...and this compiles to `:a`.
:@ '...and compiles this to `:a`.
The chest shatters!
Gems fly everywhere.
#put w green gem