Bump auxil/spicy to latest development snapshot

This patch bump Spicy to the latest development snapshot. This
introduces a backwards-incompatible change in that it removes support
for a never officially supported syntax to specify unit fields (so I
would argue: not strictly a breaking change).
This commit is contained in:
Benjamin Bannier 2024-07-16 08:17:31 +02:00
parent cb56837f07
commit 41db05238b
4 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ public type Request = unit {
switch {
-> : /\/W/ { self.whois = True; }
-> void;
-> : void;
};
: OptionalWhiteSpace;

View file

@ -7,7 +7,7 @@ import spicy;
public type Message = unit {
switch {
-> prio: Priority;
-> void;
-> : void;
};
msg: bytes &eod;