Skip to content
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

Fix minimum rust version mismatch in lib.rs #1352

Merged

Conversation

HoKim98
Copy link
Contributor

@HoKim98 HoKim98 commented Jan 28, 2024

This PR fixes a minimum rust version mismatch between /Cargo.toml and /src/lib.rs.

Expected Rust Version

rust-version = "1.51"

Expected: 1.51.

Rust Version in docs.rs

//! - **Requires Rust 1.49 or later**

Fixed: 1.49 -> 1.51

@adamreichold
Copy link
Collaborator

Thanks!

@adamreichold adamreichold merged commit b53f418 into rust-ndarray:master Jan 28, 2024
7 checks passed
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.

None yet

2 participants