From ff1f6076f1c2c250345336e236c344934d760850 Mon Sep 17 00:00:00 2001 From: nora <48135649+Noratrieb@users.noreply.github.com> Date: Mon, 6 Oct 2025 21:52:44 +0200 Subject: [PATCH] Publish 2025-10-10-how-it-compiles talk --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 5659b92..c4eaa0d 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ [slides] talks = [ { name = "How to contribute to the Rust project", location = "Rust Zürisee", date = "2024-01-17" }, - { name = "How Rust compiles", location = "EuroRust Paris 2025", date = "2025-10-10", hidden = true }, + { name = "How Rust compiles", location = "EuroRust Paris 2025", date = "2025-10-10" }, ]