Skip to content

Commit 5743cbd

Browse files
committed
Increment version.
1 parent b099b1c commit 5743cbd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Tanveer Wahid <twahid@keeta.com>"]
33
edition = "2021"
44
name = "asn1-napi-rs"
5-
version = "1.1.2"
5+
version = "1.1.3"
66

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keetapay/asn1-napi-rs",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"homepage": "https://github.com/KeetaPay/asn1-napi-rs#readme",
55
"author": "Tanveer Wahid <twahid@keeta.com>",
66
"description": "KeetaPay ASN.1 TypeScript-Rust NAPI library",
@@ -47,7 +47,7 @@
4747
"artifacts": "napi artifacts",
4848
"bench": "node -r @swc-node/register benchmark/bench.ts",
4949
"build": "napi build --platform --release \"$@\" && prettier ./index.* --write --loglevel error",
50-
"build:debug": "napi build --platform \"$@\" && prettier ./index.* --write --loglevel error",
50+
"build:debug": "napi build --platform --target=x86_64-apple-darwin && napi build --platform && prettier ./index.* --write --loglevel error && ava",
5151
"format": "run-p format:prettier format:rs",
5252
"format:prettier": "prettier . --write",
5353
"format:rs": "cargo fmt",

0 commit comments

Comments
 (0)