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" }