Skip to content

Commit

Permalink
try fix windows aarch64 ring issue
Browse files Browse the repository at this point in the history
  • Loading branch information
victorteokw committed Feb 2, 2024
1 parent 3ed54d8 commit c2c2b7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
edition = "2021"
name = "teocloud_teo"
version = "0.2.1-alpha.3"
version = "0.2.1-alpha.4"

[lib]
crate-type = ["cdylib"]

[dependencies]
teo = "0.2.1-alpha.3"
teo = "0.2.1-alpha.4"
napi = { version = "2.14.1", default-features = false, features = ["napi5", "async", "chrono_date", "compat-mode"] }
napi-derive = "2.14.4"
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.1-alpha.3",
"version": "0.2.1-alpha.4",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit c2c2b7a

Please sign in to comment.