We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865f774 commit 301a0afCopy full SHA for 301a0af
Cargo.toml
@@ -31,7 +31,7 @@ homepage = "https://rust.iceberg.apache.org/"
31
32
repository = "https://github.com/apache/iceberg-rust"
33
license = "Apache-2.0"
34
-rust-version = "1.75.0"
+rust-version = "1.77.1"
35
36
[workspace.dependencies]
37
anyhow = "1.0.72"
rust-toolchain.toml
@@ -16,5 +16,5 @@
16
# under the License.
17
18
[toolchain]
19
-channel = "1.75.0"
+channel = "1.77.1"
20
components = ["rustfmt", "clippy"]
0 commit comments