Skip to content

Commit

Permalink
fix: Update rustscout dependency to use local path
Browse files Browse the repository at this point in the history
  • Loading branch information
willibrandon committed Jan 13, 2025
1 parent daa0c10 commit eb8fe92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustscout-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["command-line-utilities", "development-tools::cargo-plugins", "fil
authors = ["Brandon Williams"]

[dependencies]
rustscout = { version = "0.3.0" }
rustscout = { path = "../rustscout", version = "0.3.0" }
clap = { version = "4.4", features = ["derive"] }
anyhow = "1.0"
colored = "2.1"
Expand Down

0 comments on commit eb8fe92

Please sign in to comment.