Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@mlafeldt
Copy link
Member

@mlafeldt mlafeldt commented Sep 2, 2025

Fixes #588

@mlafeldt mlafeldt self-assigned this Sep 2, 2025
@mlafeldt mlafeldt mentioned this pull request Sep 2, 2025
@mlafeldt mlafeldt merged commit d2aa545 into main Sep 2, 2025
3 checks passed
@mlafeldt mlafeldt deleted the arrow-56 branch September 2, 2025 08:42
mlafeldt added a commit that referenced this pull request Sep 26, 2025
Follow-up to #589

```
❯ cargo msrv find --min 2021
  [Meta]   cargo-msrv 0.18.4

Compatibility Check #1: Rust 1.73.0
  [FAIL]   Is incompatible

  ╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
  │ error: failed to parse lock file at: /Users/mathias/devel/duckdb/duckdb-rs/Cargo.lock                                               │
  │                                                                                                                                     │
  │ Caused by:                                                                                                                          │
  │   lock file version `4` was found, but this version of Cargo does not understand this lock file, perhaps Cargo needs to be updated? │
  │                                                                                                                                     │
  ╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯


Compatibility Check #2: Rust 1.82.0
  [FAIL]   Is incompatible

  ╭─────────────────────────────────────────────────────────────────╮
  │ error: rustc 1.82.0 is not supported by the following packages: │
  │   [email protected] requires rustc 1.84                              │
  │   [email protected] requires rustc 1.84                        │
  │   [email protected] requires rustc 1.84                        │
  │   [email protected] requires rustc 1.84                       │
  │   [email protected] requires rustc 1.84                         │
  │   [email protected] requires rustc 1.84                         │
  │   [email protected] requires rustc 1.84                          │
  │   [email protected] requires rustc 1.84                          │
  │   [email protected] requires rustc 1.84                       │
  │   [email protected] requires rustc 1.84                       │
  │   [email protected] requires rustc 1.84                       │
  │   [email protected] requires rustc 1.84.1                            │
  │   [email protected] requires rustc 1.84.1           │
  │   [email protected] requires rustc 1.84.1                     │
  │   [email protected] requires rustc 1.84.1                     │
  │   [email protected] requires rustc 1.84.1                     │
  │                                                                 │
  │                                                                 │
  ╰─────────────────────────────────────────────────────────────────╯


Compatibility Check #3: Rust 1.86.0
  [OK]     Is compatible

Compatibility Check #4: Rust 1.84.1
  [OK]     Is compatible

Compatibility Check #5: Rust 1.83.0
  [FAIL]   Is incompatible

  ╭─────────────────────────────────────────────────────────────────╮
  │ error: rustc 1.83.0 is not supported by the following packages: │
  │   [email protected] requires rustc 1.84                              │
  │   [email protected] requires rustc 1.84                        │
  │   [email protected] requires rustc 1.84                        │
  │   [email protected] requires rustc 1.84                       │
  │   [email protected] requires rustc 1.84                         │
  │   [email protected] requires rustc 1.84                         │
  │   [email protected] requires rustc 1.84                          │
  │   [email protected] requires rustc 1.84                          │
  │   [email protected] requires rustc 1.84                       │
  │   [email protected] requires rustc 1.84                       │
  │   [email protected] requires rustc 1.84                       │
  │   [email protected] requires rustc 1.84.1                            │
  │   [email protected] requires rustc 1.84.1           │
  │   [email protected] requires rustc 1.84.1                     │
  │   [email protected] requires rustc 1.84.1                     │
  │   [email protected] requires rustc 1.84.1                     │
  │                                                                 │
  │                                                                 │
  ╰─────────────────────────────────────────────────────────────────╯


Result:
   Considered (min … max):   Rust 1.56.0 … Rust 1.90.0
   Search method:            bisect
   MSRV:                     1.84.1
   Target:                   aarch64-apple-darwin
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update to arrow 56

1 participant