Skip to content

Commit 3c8f285

Browse files
authored
Release node-litesvm v0.5.0 (#282)
* Release `node-litesvm` v0.5.0 * disable x86_64 linux tests --------- Co-authored-by: Aursen <[email protected]>
1 parent 096f8c2 commit 3c8f285

File tree

6 files changed

+374
-328
lines changed

6 files changed

+374
-328
lines changed

.github/workflows/node-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
# - x86_64-unknown-linux-gnu
186186
# - x86_64-unknown-linux-musl
187187
- aarch64-unknown-linux-gnu
188-
# - aarch64-unknown-linux-musl
188+
- aarch64-unknown-linux-musl
189189
# - armv7-unknown-linux-gnueabihf
190190
node:
191191
- '20'

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/node-litesvm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "litesvm-node"
4-
version = "0.4.0"
4+
version = "0.5.0"
55
include = ["/src", "build.rs"]
66
repository = "https://github.com/LiteSVM/litesvm"
77
license = "MIT"

0 commit comments

Comments
 (0)