Skip to content

Commit

Permalink
Don't use path dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Jan 26, 2024
1 parent 88d5862 commit f3e2191
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rgb = "0.8.37"
lodepng = "3.10.0"
load_image = { version = "3.1.4", features = ["lcms2-static"] }
crossbeam-channel = "0.5.11"
ordered-channel = { version = "1.0.0", path = "../ordered-channel" }
ordered-channel = { version = "1.0.0" }

[features]
default = ["threads", "dssim-core/default", "no-macos-vimage"]
Expand Down

0 comments on commit f3e2191

Please sign in to comment.