Skip to content

Commit ca87efa

Browse files
committed
0.2.32
1 parent 78d3cff commit ca87efa

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 11 additions & 11 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.31"
4+
version = "0.2.32"
55

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

99
[dependencies]
10-
teo = { version = "0.2.31" }
10+
teo = { version = "0.2.32" }
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.31",
3+
"version": "0.2.32",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"napi": {

0 commit comments

Comments
 (0)