Skip to content

Commit

Permalink
nodejs-polars 0.2.0 (#2406)
Browse files Browse the repository at this point in the history
* bump version

* drop aarch64-pc support
  • Loading branch information
universalmind303 committed Jan 17, 2022
1 parent 1263e95 commit da7a4bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/create-js-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ jobs:
export CARGO_PROFILE_RELEASE_LTO=false
npm run build -- --target i686-pc-windows-msvc
- host: windows-latest
architecture: x64
target: "aarch64-pc-windows-msvc"
build: yarn build --target aarch64-pc-windows-msvc
# py & rust versions dont support this, so dropping it
# - host: windows-latest
# architecture: x64
# target: "aarch64-pc-windows-msvc"
# build: yarn build --target aarch64-pc-windows-msvc

# Linux
########
Expand Down
2 changes: 1 addition & 1 deletion nodejs-polars/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nodejs-polars"
version = "0.1.0"
version = "0.2.0"
authors = ["Cory Grinstead"]
documentation = "https://pola-rs.github.io/polars-book/"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion nodejs-polars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs-polars",
"version": "0.1.0",
"version": "0.2.0",
"repository": "https://github.com/pola-rs/polars.git",
"license": "SEE LICENSE IN LICENSE",
"main": "bin/index.js",
Expand Down

0 comments on commit da7a4bb

Please sign in to comment.