Skip to content

Commit

Permalink
0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
victorteokw committed Dec 7, 2024
1 parent 39c4d38 commit f8c1b21
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ version = "0.3.5"
crate-type = ["cdylib"]

[dependencies]
teo = { version = "0.3.5", path = "../teo" }
teo-result = { version = "0.3.5", features = ["napi"], path = "../teo-result" }
teo = { version = "0.3.5" }
teo-result = { version = "0.3.5", features = ["napi"] }
napi = { version = "2.16.13", default-features = false, features = ["napi5", "async", "chrono_date", "compat-mode"] }
napi-derive = "2.16.12"
chrono = { version = "0.4.31" }
Expand Down

0 comments on commit f8c1b21

Please sign in to comment.