This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new 301a0af  Upgrade to rust-version 1.77.1 (#316)
301a0af is described below

commit 301a0af107a394e75da60caaa8f14b3a9f32edb3
Author: Marvin Lanhenke <[email protected]>
AuthorDate: Wed Apr 3 20:40:08 2024 +0200

    Upgrade to rust-version 1.77.1 (#316)
---
 Cargo.toml          | 2 +-
 rust-toolchain.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index f407191..054fcc6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ homepage = "https://rust.iceberg.apache.org/";
 
 repository = "https://github.com/apache/iceberg-rust";
 license = "Apache-2.0"
-rust-version = "1.75.0"
+rust-version = "1.77.1"
 
 [workspace.dependencies]
 anyhow = "1.0.72"
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index 0763a9d..6685489 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -16,5 +16,5 @@
 # under the License.
 
 [toolchain]
-channel = "1.75.0"
+channel = "1.77.1"
 components = ["rustfmt", "clippy"]

Reply via email to