Skip to content

Commit 19a88dd

Browse files
committed
0.2.27
1 parent b6af9c6 commit 19a88dd

File tree

3 files changed

+43
-43
lines changed

3 files changed

+43
-43
lines changed

Cargo.lock

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
edition = "2021"
33
name = "teocloud_teo"
4-
version = "0.2.26"
4+
version = "0.2.27"
55

66
[lib]
77
crate-type = ["cdylib"]
88

99
[dependencies]
10-
teo = { version = "0.2.26" }
10+
teo = { version = "0.2.27" }
1111
teo-result = { version = "0.2.23", features = ["napi"] }
1212
napi = { version = "2.16.0", default-features = false, features = ["napi5", "async", "chrono_date", "compat-mode"] }
1313
napi-derive = "2.16.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@teocloud/teo",
3-
"version": "0.2.26",
3+
"version": "0.2.27",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"napi": {

0 commit comments

Comments
 (0)