Skip to content

Commit

Permalink
Fix deadlock in Resolve in some cases
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianEddy committed Nov 5, 2024
1 parent 26e635d commit cf6e206
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions adobe/Cargo.lock

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

4 changes: 2 additions & 2 deletions common/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 common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "Gyroflow plugin base"
log = "0.4"
itertools = "0.13"
lru = "0.12"
gyroflow-core = { git = "https://github.com/gyroflow/gyroflow.git", default-features = false, rev = "df417fd", features = ["bundle-lens-profiles", "use-opencl", "cache-gyro-metadata"] }
gyroflow-core = { git = "https://github.com/gyroflow/gyroflow.git", default-features = false, rev = "8abd86a", features = ["bundle-lens-profiles", "use-opencl", "cache-gyro-metadata"] }
#gyroflow-core = { path = "../../gyroflow/src/core", default-features = false, features = ["bundle-lens-profiles", "use-opencl", "cache-gyro-metadata"] }
log-panics = "2.1"
serde = "1"
Expand Down
4 changes: 2 additions & 2 deletions frei0r/Cargo.lock

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

4 changes: 2 additions & 2 deletions openfx/Cargo.lock

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

0 comments on commit cf6e206

Please sign in to comment.