Skip to content

Commit

Permalink
add dynamic linking in extensions/time/Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrocarlo committed Feb 1, 2025
1 parent 26f24f9 commit a4251e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions extensions/time/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ crate-type = ["cdylib", "lib"]
[features]
static = ["limbo_ext/static"]

[target.'cfg(not(target_family = "wasm"))'.dependencies]
mimalloc = { version = "*", default-features = false }

[dependencies]
chrono = "0.4.39"
limbo_ext = { path = "../core", features = ["static"] }
Expand Down

0 comments on commit a4251e0

Please sign in to comment.