Skip to content

Commit

Permalink
chore: Upgrade toolchain to 1.75.0 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
liurenjie1024 committed Dec 29, 2023
1 parent 43697b9 commit 38d1977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/iceberg/src/spec/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ impl ManifestWriter {
let entry = self
.field_summary
.remove(&field.source_id)
.unwrap_or(FieldSummary::default());
.unwrap_or_default();
partition_summary.push(entry);
}
partition_summary
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.72.1"
channel = "1.75.0"
components = ["rustfmt", "clippy"]

0 comments on commit 38d1977

Please sign in to comment.