Skip to content

Commit 4552e5f

Browse files
committed
updated ftd version
1 parent 782ed06 commit 4552e5f

File tree

2 files changed

+3
-24
lines changed

2 files changed

+3
-24
lines changed

ftd_sys/Cargo.lock

Lines changed: 2 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ftd_sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
1212
pyo3 = { version = "0.14", features = ["extension-module"] }
1313
pyo3-asyncio = { version = "0.14", features = ["tokio-runtime"] }
1414
fpm = { git = "https://github.com/FifthTry/fpm", rev = "c9c627c" }
15-
ftd = { git = "https://github.com/FifthTry/ftd", rev = "5f161b0" }
15+
ftd = { git = "https://github.com/FifthTry/ftd", rev = "5f161b0f" }
1616
#ftd = { path = "../../ftd" }
1717
#fpm = { path = "../../fpm" }
1818
serde = { version = "1", features = ["derive"] }

0 commit comments

Comments
 (0)