Publish 2025-10-10-how-it-compiles talk

This commit is contained in:
nora 2025-10-06 21:52:44 +02:00 committed by GitHub
parent b7ba7d9ec4
commit ff1f6076f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
[slides] [slides]
talks = [ talks = [
{ name = "How to contribute to the Rust project", location = "Rust Zürisee", date = "2024-01-17" }, { 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" },
] ]