From 0b8bb4b935053e4f80505940583c045930176478 Mon Sep 17 00:00:00 2001 From: Grzegorz Dziadkiewicz Date: Sun, 12 Jan 2025 16:12:17 +0100 Subject: [PATCH] Update dev/Cargo.toml --- dev/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev/Cargo.toml b/dev/Cargo.toml index 29a557a0..4f6c7424 100644 --- a/dev/Cargo.toml +++ b/dev/Cargo.toml @@ -118,6 +118,8 @@ bin = [ { name = "generics2_sol", path = "../solutions/14_generics/generics2.rs" }, { name = "traits1", path = "../exercises/15_traits/traits1.rs" }, { name = "traits1_sol", path = "../solutions/15_traits/traits1.rs" }, + { name = "errors7", path = "../exercises/13_error_handling/errors7.rs" }, + { name = "errors7_sol", path = "../solutions/13_error_handling/errors7.rs" }, { name = "traits2", path = "../exercises/15_traits/traits2.rs" }, { name = "traits2_sol", path = "../solutions/15_traits/traits2.rs" }, { name = "traits3", path = "../exercises/15_traits/traits3.rs" },