From 77d1f330b339b5f33d5cba291f474be884bb8c82 Mon Sep 17 00:00:00 2001 From: liurenjie1024 Date: Mon, 9 Jun 2025 17:45:53 +0800 Subject: [PATCH] Add version --- .github/ISSUE_TEMPLATE/iceberg_bug_report.yml | 3 ++- Cargo.lock | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml index 4d58fad588..32dbd92f7c 100644 --- a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml @@ -28,7 +28,8 @@ body: description: What Apache Iceberg Rust version are you using? multiple: false options: - - 0.4.0 (latest version) + - 0.5.1 (latest version) + - 0.4.0 - 0.3.0 - 0.2.0 validations: diff --git a/Cargo.lock b/Cargo.lock index 9e9bd7c4b7..76e07e015d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3712,7 +3712,7 @@ dependencies = [ "iceberg-catalog-rest", "iceberg-datafusion", "iceberg_test_utils", - "ordered-float 4.6.0", + "ordered-float 2.10.1", "parquet", "tokio", "uuid",