Skip to content

Commit

Permalink
Upgrade to rust-version 1.77.1 (apache#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinlanhenke authored Apr 3, 2024
1 parent 865f774 commit 301a0af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
# under the License.

[toolchain]
channel = "1.75.0"
channel = "1.77.1"
components = ["rustfmt", "clippy"]

0 comments on commit 301a0af

Please sign in to comment.