Skip to content

Commit

Permalink
using ft-sys-shared 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
amitu committed Feb 3, 2025
1 parent ae39031 commit 848548f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions 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 @@ -100,7 +100,7 @@ ftd.path = "ftd"
ftd-p1.path = "ftd-p1"
ftd-ast.path = "ftd-ast"
fastn-js.path = "fastn-js"
ft-sys-shared = "0.1.4"
ft-sys-shared = "0.1.6"
futures = "0.3"
futures-util = { version = "0.3", default-features = false, features = ["std"] }
futures-core = "0.3"
Expand Down
6 changes: 3 additions & 3 deletions v0.5/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 v0.5/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fastn-runtime = { path = "../fastn-runtime" }
fastn-section = { path = "fastn-section" }
fastn-unresolved = { path = "fastn-unresolved" }
fastn-utils = { path = "fastn-utils" }
ft-sys-shared = { version = "0.1.4", features = ["rusqlite"] }
ft-sys-shared = { version = "0.1.6", features = ["rusqlite"] }
futures-util = { version = "0.3", default-features = false, features = ["std"] }
http = "1"
http-body-util = "0.1"
Expand Down

0 comments on commit 848548f

Please sign in to comment.