From c3c29732c220510028311713c1948c9f3bb26dae Mon Sep 17 00:00:00 2001 From: Igor Dejanovic Date: Tue, 23 Jan 2024 11:51:44 +0100 Subject: [PATCH] docs: fix dep for readme example --- docs/src/readme_example/Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/src/readme_example/Cargo.toml b/docs/src/readme_example/Cargo.toml index 29ee258b..d42106d6 100644 --- a/docs/src/readme_example/Cargo.toml +++ b/docs/src/readme_example/Cargo.toml @@ -15,7 +15,4 @@ rust-version.workspace = true once_cell = "1" regex = { version = "1.7.1", default-features = false, features = ["std", "unicode-perl"] } colored = "2" -# A relative path to rustemo crate is used here for usage in the rustemo project tree. -# In your projects you should just specify the version. -rustemo = { version = "0.4.0", path = "../../../rustemo" } -# ANCHOR_END: tutorial +rustemo = { path = "../../../rustemo" }