diff --git a/Cargo.lock b/Cargo.lock index 310a46d..c35e058 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1224,8 +1224,8 @@ dependencies = [ [[package]] name = "gyroflow-core" -version = "1.5.0" -source = "git+https://github.com/gyroflow/gyroflow.git?rev=89d0832#89d0832d9243c759f563ae4f18e22d04d649c004" +version = "1.5.1" +source = "git+https://github.com/gyroflow/gyroflow.git?rev=c568f73#c568f73f3bd3259875eae8c37468a7e3e32fb2bb" dependencies = [ "ahrs", "akaze", diff --git a/Cargo.toml b/Cargo.toml index 57119a2..523e44d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ ofx = "0.3" log = "0.4" itertools = "0.10" lru = "0.10" -gyroflow-core = { git = "https://github.com/gyroflow/gyroflow.git", default-features = false, rev = "89d0832", features = ["bundle-lens-profiles"] } +gyroflow-core = { git = "https://github.com/gyroflow/gyroflow.git", default-features = false, rev = "c568f73", features = ["bundle-lens-profiles"] } #gyroflow-core = { path = "../gyroflow/src/core", default-features = false, features = ["bundle-lens-profiles"] } log-panics = "2.1" rfd = "0.11"