Skip to content

Commit ff60d5a

Browse files
authored
Updating to rs-0.39.2 (#199)
1 parent 70204ab commit ff60d5a

File tree

6 files changed

+55
-55
lines changed

6 files changed

+55
-55
lines changed

.github/workflows/docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install latest Rust nightly
1515
uses: dtolnay/rust-toolchain@stable
1616
with:
17-
toolchain: nightly-2024-03-28
17+
toolchain: nightly-2024-04-15
1818
components: rustfmt, clippy
1919
- name: Install ghp-import
2020
uses: actions/setup-python@v5

.github/workflows/test-js.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install latest Rust nightly
1919
uses: dtolnay/rust-toolchain@stable
2020
with:
21-
toolchain: nightly-2024-03-28
21+
toolchain: nightly-2024-04-15
2222
components: rustfmt, clippy
2323
- run: yarn --version
2424
- name: Install Node Dependencies
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install latest Rust nightly
4444
uses: dtolnay/rust-toolchain@stable
4545
with:
46-
toolchain: nightly-2024-03-28
46+
toolchain: nightly-2024-04-15
4747
components: rustfmt, clippy
4848
- name: Bun version
4949
uses: oven-sh/setup-bun@v1

Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ crate-type = ["cdylib", "lib"]
1515
[dependencies]
1616
ahash = "0.8.11"
1717
bincode = "1.3.3"
18-
napi = { version = "2.16.2", default-features = false, features = [
18+
napi = { version = "2.16.4", default-features = false, features = [
1919
"napi8",
2020
"serde-json",
2121
] }
22-
napi-derive = { version = "2.16.2", default-features = false }
23-
polars-core = { git = "https://github.com/pola-rs/polars.git", rev = "37c630320da0d0d3270d283cdafbf6b8402de069", default-features = false }
24-
polars-io = { git = "https://github.com/pola-rs/polars.git", rev = "37c630320da0d0d3270d283cdafbf6b8402de069", default-features = false }
25-
polars-lazy = { git = "https://github.com/pola-rs/polars.git", rev = "37c630320da0d0d3270d283cdafbf6b8402de069", default-features = false }
22+
napi-derive = { version = "2.16.3", default-features = false }
23+
polars-core = { git = "https://github.com/pola-rs/polars.git", rev = "4c57688d204fad3d0d5e4586ecd0405ead7baeb2", default-features = false }
24+
polars-io = { git = "https://github.com/pola-rs/polars.git", rev = "4c57688d204fad3d0d5e4586ecd0405ead7baeb2", default-features = false }
25+
polars-lazy = { git = "https://github.com/pola-rs/polars.git", rev = "4c57688d204fad3d0d5e4586ecd0405ead7baeb2", default-features = false }
2626
thiserror = "1"
2727
smartstring = { version = "1" }
2828
serde_json = { version = "1" }
@@ -160,7 +160,7 @@ features = [
160160
"azure"
161161
]
162162
git = "https://github.com/pola-rs/polars.git"
163-
rev = "37c630320da0d0d3270d283cdafbf6b8402de069"
163+
rev = "4c57688d204fad3d0d5e4586ecd0405ead7baeb2"
164164

165165
[build-dependencies]
166166
napi-build = "2.1.3"

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"precommit": "yarn lint && yarn test"
5555
},
5656
"devDependencies": {
57-
"@biomejs/biome": "^1.6.4",
58-
"@napi-rs/cli": "^2.18.1",
57+
"@biomejs/biome": "^1.7.0",
58+
"@napi-rs/cli": "^2.18.2",
5959
"@types/chance": "^1.1.6",
6060
"@types/jest": "^29.5.12",
6161
"@types/node": "^20.12.7",

rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2024-03-28
1+
nightly-2024-04-15

yarn.lock

+43-43
Original file line numberDiff line numberDiff line change
@@ -408,18 +408,18 @@ __metadata:
408408
languageName: node
409409
linkType: hard
410410

411-
"@biomejs/biome@npm:^1.6.4":
412-
version: 1.6.4
413-
resolution: "@biomejs/biome@npm:1.6.4"
414-
dependencies:
415-
"@biomejs/cli-darwin-arm64": 1.6.4
416-
"@biomejs/cli-darwin-x64": 1.6.4
417-
"@biomejs/cli-linux-arm64": 1.6.4
418-
"@biomejs/cli-linux-arm64-musl": 1.6.4
419-
"@biomejs/cli-linux-x64": 1.6.4
420-
"@biomejs/cli-linux-x64-musl": 1.6.4
421-
"@biomejs/cli-win32-arm64": 1.6.4
422-
"@biomejs/cli-win32-x64": 1.6.4
411+
"@biomejs/biome@npm:^1.7.0":
412+
version: 1.7.0
413+
resolution: "@biomejs/biome@npm:1.7.0"
414+
dependencies:
415+
"@biomejs/cli-darwin-arm64": 1.7.0
416+
"@biomejs/cli-darwin-x64": 1.7.0
417+
"@biomejs/cli-linux-arm64": 1.7.0
418+
"@biomejs/cli-linux-arm64-musl": 1.7.0
419+
"@biomejs/cli-linux-x64": 1.7.0
420+
"@biomejs/cli-linux-x64-musl": 1.7.0
421+
"@biomejs/cli-win32-arm64": 1.7.0
422+
"@biomejs/cli-win32-x64": 1.7.0
423423
dependenciesMeta:
424424
"@biomejs/cli-darwin-arm64":
425425
optional: true
@@ -439,62 +439,62 @@ __metadata:
439439
optional: true
440440
bin:
441441
biome: bin/biome
442-
checksum: c8b28b3e0dfa9fe5033ffec9ac923e3ef9f5fd20ad451f4cb04dfc19981e7b97acc7cd63709d91cb1c93dc58b742513d0b68674c040b8b9f1f25e0c5c7289fc2
442+
checksum: 10db050e5b96a9bdc9720f2d53dff41761858b5ba4a542988fc8bd1824e1c1ba68e4f30ceedd30c2b2f3639b96f9d15cef9b6472fad31f429f308e9b9ec610e4
443443
languageName: node
444444
linkType: hard
445445

446-
"@biomejs/cli-darwin-arm64@npm:1.6.4":
447-
version: 1.6.4
448-
resolution: "@biomejs/cli-darwin-arm64@npm:1.6.4"
446+
"@biomejs/cli-darwin-arm64@npm:1.7.0":
447+
version: 1.7.0
448+
resolution: "@biomejs/cli-darwin-arm64@npm:1.7.0"
449449
conditions: os=darwin & cpu=arm64
450450
languageName: node
451451
linkType: hard
452452

453-
"@biomejs/cli-darwin-x64@npm:1.6.4":
454-
version: 1.6.4
455-
resolution: "@biomejs/cli-darwin-x64@npm:1.6.4"
453+
"@biomejs/cli-darwin-x64@npm:1.7.0":
454+
version: 1.7.0
455+
resolution: "@biomejs/cli-darwin-x64@npm:1.7.0"
456456
conditions: os=darwin & cpu=x64
457457
languageName: node
458458
linkType: hard
459459

460-
"@biomejs/cli-linux-arm64-musl@npm:1.6.4":
461-
version: 1.6.4
462-
resolution: "@biomejs/cli-linux-arm64-musl@npm:1.6.4"
460+
"@biomejs/cli-linux-arm64-musl@npm:1.7.0":
461+
version: 1.7.0
462+
resolution: "@biomejs/cli-linux-arm64-musl@npm:1.7.0"
463463
conditions: os=linux & cpu=arm64 & libc=musl
464464
languageName: node
465465
linkType: hard
466466

467-
"@biomejs/cli-linux-arm64@npm:1.6.4":
468-
version: 1.6.4
469-
resolution: "@biomejs/cli-linux-arm64@npm:1.6.4"
467+
"@biomejs/cli-linux-arm64@npm:1.7.0":
468+
version: 1.7.0
469+
resolution: "@biomejs/cli-linux-arm64@npm:1.7.0"
470470
conditions: os=linux & cpu=arm64 & libc=glibc
471471
languageName: node
472472
linkType: hard
473473

474-
"@biomejs/cli-linux-x64-musl@npm:1.6.4":
475-
version: 1.6.4
476-
resolution: "@biomejs/cli-linux-x64-musl@npm:1.6.4"
474+
"@biomejs/cli-linux-x64-musl@npm:1.7.0":
475+
version: 1.7.0
476+
resolution: "@biomejs/cli-linux-x64-musl@npm:1.7.0"
477477
conditions: os=linux & cpu=x64 & libc=musl
478478
languageName: node
479479
linkType: hard
480480

481-
"@biomejs/cli-linux-x64@npm:1.6.4":
482-
version: 1.6.4
483-
resolution: "@biomejs/cli-linux-x64@npm:1.6.4"
481+
"@biomejs/cli-linux-x64@npm:1.7.0":
482+
version: 1.7.0
483+
resolution: "@biomejs/cli-linux-x64@npm:1.7.0"
484484
conditions: os=linux & cpu=x64 & libc=glibc
485485
languageName: node
486486
linkType: hard
487487

488-
"@biomejs/cli-win32-arm64@npm:1.6.4":
489-
version: 1.6.4
490-
resolution: "@biomejs/cli-win32-arm64@npm:1.6.4"
488+
"@biomejs/cli-win32-arm64@npm:1.7.0":
489+
version: 1.7.0
490+
resolution: "@biomejs/cli-win32-arm64@npm:1.7.0"
491491
conditions: os=win32 & cpu=arm64
492492
languageName: node
493493
linkType: hard
494494

495-
"@biomejs/cli-win32-x64@npm:1.6.4":
496-
version: 1.6.4
497-
resolution: "@biomejs/cli-win32-x64@npm:1.6.4"
495+
"@biomejs/cli-win32-x64@npm:1.7.0":
496+
version: 1.7.0
497+
resolution: "@biomejs/cli-win32-x64@npm:1.7.0"
498498
conditions: os=win32 & cpu=x64
499499
languageName: node
500500
linkType: hard
@@ -824,12 +824,12 @@ __metadata:
824824
languageName: node
825825
linkType: hard
826826

827-
"@napi-rs/cli@npm:^2.18.1":
828-
version: 2.18.1
829-
resolution: "@napi-rs/cli@npm:2.18.1"
827+
"@napi-rs/cli@npm:^2.18.2":
828+
version: 2.18.2
829+
resolution: "@napi-rs/cli@npm:2.18.2"
830830
bin:
831831
napi: scripts/index.js
832-
checksum: a52b83dc105c782875a963b5c244dd02e336f31b6b0b5ac3a12d7488fb710890ff248f876130881264b2b403f8e26726a8e32b017bd8803f9bc9bd7ea0a1c4d2
832+
checksum: 2020de215aeb9174a71f1bdac4ba7bac18a8483e35e44a0f78361fceb1a9aaa8fd8153dd5c0aa9a9c37ffadb50bfaa3d6794988c45da7f752c82af9bbc43be69
833833
languageName: node
834834
linkType: hard
835835

@@ -3004,8 +3004,8 @@ __metadata:
30043004
version: 0.0.0-use.local
30053005
resolution: "nodejs-polars@workspace:."
30063006
dependencies:
3007-
"@biomejs/biome": ^1.6.4
3008-
"@napi-rs/cli": ^2.18.1
3007+
"@biomejs/biome": ^1.7.0
3008+
"@napi-rs/cli": ^2.18.2
30093009
"@types/chance": ^1.1.6
30103010
"@types/jest": ^29.5.12
30113011
"@types/node": ^20.12.7

0 commit comments

Comments
 (0)