Skip to content

Commit

Permalink
feat: Update deepbiop-utils dependency path
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Aug 5, 2024
1 parent 6ecbd83 commit d8e3dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/deepbiop-fq/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ parquet = { workspace = true }
arrow = { workspace = true }
candle-core = { workspace = true }

deepbiop-utils = { workspace = true, version = "0.1" }
deepbiop-utils = { path = "../deepbiop-fq", version = "0.1" }

[dev-dependencies]
bio = { workspace = true }
Expand Down

0 comments on commit d8e3dfe

Please sign in to comment.