From 8c73aec375b55b20463c41268c67080d184e6c9b Mon Sep 17 00:00:00 2001 From: Aapo Alasuutari Date: Wed, 1 Apr 2026 21:17:41 +0300 Subject: [PATCH 1/2] chore(README): Add NLnet funding acknowledgement --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4bdff1904..bbedf3b97 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,16 @@ but the slightly modified slides are. TC39 slides: [Google Drive](https://docs.google.com/presentation/d/1Pv6Yn2sUWFIvlLwX9ViCjuyflsVdpEPQBbVlLJnFubM/edit?usp=drive_link) +## Funding + +This project received funding through [NGI Zero Core](https://nlnet.nl/core), a +fund established by [NLnet](https://nlnet.nl) with financial support from the +European Commission's [Next Generation Internet](https://ngi.eu) program. Learn +more at the [NLnet project page](https://nlnet.nl/project/Nova). + +[NLnet foundation logo](https://nlnet.nl) +[NGI Zero Logo](https://nlnet.nl/core) + ## [Contributing] So you wish to contribute, eh? You're very welcome to do so! Please take a look From 230f2983f312cb871735fe904a5153b0a2a92896 Mon Sep 17 00:00:00 2001 From: Aapo Alasuutari Date: Wed, 1 Apr 2026 22:09:36 +0300 Subject: [PATCH 2/2] chore(deps): Pin icu_calendar to fix build --- Cargo.toml | 1 + nova_vm/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 906fb16f0..603bf2e13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,6 +52,7 @@ usdt = "0.6.0" wtf8 = "0.1" xsum = "0.1.6" temporal_rs = "0.2.0" +icu_calendar = "=2.1.1" [workspace.metadata.dylint] libraries = [{ path = "nova_lint" }] diff --git a/nova_vm/Cargo.toml b/nova_vm/Cargo.toml index 8c2d12f00..36be2caac 100644 --- a/nova_vm/Cargo.toml +++ b/nova_vm/Cargo.toml @@ -40,6 +40,7 @@ usdt = { workspace = true } wtf8 = { workspace = true } xsum = { workspace = true } temporal_rs = { workspace = true, optional = true } +icu_calendar = { workspace = true, optional = true } [features] default = [