Skip to content

Commit 33a2a49

Browse files
CTTYkevinjqliu
authored andcommitted
chore: Bumping MSRV to 1.92.0 (apache#2224)
## Which issue does this PR close? <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes apache#123` indicates that this PR will close issue apache#123. --> - Closes #. ## What changes are included in this PR? - Bumps MSRV to 1.92.0 - Fixes Rustsec check on quinn <!-- Provide a summary of the modifications in this PR. List the main changes such as new features, bug fixes, refactoring, or any other updates. --> ## Are these changes tested? <!-- Specify what test covers (unit test, integration test, etc.). If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? --> --------- Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>
1 parent 4a1d485 commit 33a2a49

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ version = "0.9.0"
3737
license = "Apache-2.0"
3838
repository = "https://github.com/apache/iceberg-rust"
3939
# Check the MSRV policy in README.md before changing this
40-
rust-version = "1.91"
40+
rust-version = "1.92"
4141

4242
[workspace.dependencies]
4343
anyhow = "1.0.72"

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
edition = "2024"
2020
homepage = "https://rust.iceberg.apache.org"
2121
name = "pyiceberg_core_rust"
22-
rust-version = "1.91"
22+
rust-version = "1.92"
2323
version = "0.9.0"
2424
# This crate is used to build python bindings, we don't want to publish it
2525
publish = false

0 commit comments

Comments
 (0)