forked from duckdb/duckdb-rs
-
Couldn't load subscription status.
- Fork 0
update duckdb to v1.2.1 #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Maxxen
pushed a commit
that referenced
this pull request
Oct 7, 2025
Follow-up to duckdb#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 duckdb#4: Rust 1.84.1 [OK] Is compatible Compatibility Check duckdb#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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.