From 993d90c6724d7222d12e43cad19f6edc7d3fb70d Mon Sep 17 00:00:00 2001 From: Rafael Villar Burke Date: Wed, 22 Jul 2020 19:22:31 +0200 Subject: [PATCH] Actualiza TODO --- src/TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TODO b/src/TODO index a387c3e..0c6f902 100644 --- a/src/TODO +++ b/src/TODO @@ -19,7 +19,7 @@ general: - Convertir vectores de objetos de espacios, pisos, etc a vectores de nombres y hashmaps de objetos o convertir a https://docs.rs/crate/indexmap/ - BDCatalogo.bdc.utf8 -> Convertir a datos Rust -- Migrar de failure a thiserror: https://github.com/bytecodealliance/cranelift/pull/1188/files +- Migrar de failure a thiserror o anyhow: https://github.com/bytecodealliance/cranelift/pull/1188/files - Usar referencias con hashes como IDs: #[derive(Hash)] struct Block {