Skip to content

Commit 168cb33

Browse files
committed
upgrade: moon 0.1.20260119 (be99339 2026-01-19)
1 parent 760f87d commit 168cb33

69 files changed

Lines changed: 62 additions & 54 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ test "CookieItem::to_string" {
1111
same_site: Some(SameSiteNone),
1212
}
1313
let s = Show::to_string(item)
14-
assert_eq(
15-
s, "session_id=12345; Max-Age=3600; Path=/; Domain=example.com; Secure; HttpOnly; SameSite=none",
14+
inspect(
15+
s,
16+
content="session_id=12345; Max-Age=3600; Path=/; Domain=example.com; Secure; HttpOnly; SameSite=SameSiteNone",
1617
)
1718
}
1819

File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// Generated using `moon info`, DON'T EDIT IT
22
package "oboard/mocket/cors"
33

4-
import(
5-
"oboard/mocket"
6-
)
4+
import {
5+
"oboard/mocket",
6+
}
77

88
// Values
99
pub fn append_cors_headers(@mocket.MocketEvent, origin? : String, methods? : String, allow_headers? : String, expose_headers? : String, credentials? : Bool) -> Unit
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)