Skip to content

Commit 2dc5600

Browse files
committed
0.3.6
1 parent f269a58 commit 2dc5600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ version = "0.3.6"
77
crate-type = ["cdylib"]
88

99
[dependencies]
10-
teo = { version = "0.3.6", path = "../teo" }
11-
teo-result = { version = "0.3.5", features = ["napi"], path = "../teo-result" }
10+
teo = { version = "0.3.6" }
11+
teo-result = { version = "0.3.5", features = ["napi"] }
1212
napi = { version = "2.16.13", default-features = false, features = ["napi5", "async", "chrono_date", "compat-mode"] }
1313
napi-derive = "2.16.12"
1414
chrono = { version = "0.4.31" }

0 commit comments

Comments
 (0)