From a2f5e91c4a8fe112b75e78c84057449bf12be6f1 Mon Sep 17 00:00:00 2001 From: Tim Heaney Date: Sat, 28 Sep 2024 17:54:14 -0400 Subject: [PATCH] Update core_concepts.md Changed trillium-smol from 0.2 to 0.4 The example did not compile for me with trillium-smol 0.2. I noticed the latest version is 0.4. Changing it to 0.4 made it compile and run as advertised. --- docs/src/overview/core_concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/overview/core_concepts.md b/docs/src/overview/core_concepts.md index 888890895b..d32b718b57 100644 --- a/docs/src/overview/core_concepts.md +++ b/docs/src/overview/core_concepts.md @@ -24,7 +24,7 @@ run with only the following dependencies: ```toml [dependencies] trillium = "0.2" -trillium-smol = "0.2" +trillium-smol = "0.4" ``` If we `cargo run` this example, we can then visit