From c10c4e62f4286e2144ecf4760b58b3597db903bb Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Mon, 27 Oct 2025 14:27:32 -0400 Subject: [PATCH] Remove key making CI fail --- guide/book.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/guide/book.toml b/guide/book.toml index 4a02e3df..2bca2762 100644 --- a/guide/book.toml +++ b/guide/book.toml @@ -1,7 +1,6 @@ [book] authors = ["Riccardo D'Ambrosio"] language = "en" -multilingual = false src = "src" title = "GPU Computing with Rust using CUDA" description = "Writing extremely fast GPU Computing code with rust using rustc_codegen_nvvm and CUDA"