Skip to content

Commit

Permalink
docs: fix dep for readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Jan 23, 2024
1 parent 321f6ee commit c3c2973
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/src/readme_example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit c3c2973

Please sign in to comment.