Skip to content

Commit

Permalink
0.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
victorteokw committed Mar 21, 2024
1 parent 2d3b7e0 commit 0aa6def
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 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.2.20"
crate-type = ["cdylib"]

[dependencies]
teo = { version = "0.2.20", path = "../teo" }
teo-result = { version = "0.2.19", features = ["napi"], path = "../teo-result" }
teo = { version = "0.2.20" }
teo-result = { version = "0.2.20", features = ["napi"] }
napi = { version = "2.16.0", default-features = false, features = ["napi5", "async", "chrono_date", "compat-mode"] }
napi-derive = "2.16.0"
chrono = { version = "0.4.31" }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teocloud/teo",
"version": "0.2.19",
"version": "0.2.20",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit 0aa6def

Please sign in to comment.