We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1b4ab commit 4802853Copy full SHA for 4802853
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "gyroflow-ofx"
3
-version = "1.0.9"
+version = "1.0.10"
4
authors = ["Ilya Epifanov <elijah.epifanov@gmail.com>", "Adrian <adrian.eddy@gmail.com>"]
5
license = "GPL-3.0-or-later"
6
edition = "2021"
@@ -17,7 +17,7 @@ measure_time = "0.8"
17
log = "0.4"
18
itertools = "0.10"
19
lru = "0.8"
20
-gyroflow-core = { git = "https://github.com/gyroflow/gyroflow.git", default-features = false, rev = "ac8b7af" }
+gyroflow-core = { git = "https://github.com/gyroflow/gyroflow.git", default-features = false, rev = "37676aa" }
21
#gyroflow-core = { path = "../gyroflow/src/core", default-features = false }
22
serde_json = "1"
23
0 commit comments