Fokko commented on code in PR #157: URL: https://github.com/apache/iceberg-rust/pull/157#discussion_r1446144766
########## Cargo.toml: ########## @@ -19,6 +19,9 @@ resolver = "2" members = ["crates/catalog/*", "crates/iceberg", "crates/test_utils"] +[workspace.package] +homepage = {url = "https://rust.iceberg.apache.org/"} Review Comment: I noticed that the CI is failing: ``` Caused by: TOML parse error at line 23, column 12 | 23 | homepage = {url = "https://rust.iceberg.apache.org/"} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ invalid type: map, expected a string ``` ```suggestion homepage = "https://rust.iceberg.apache.org/" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org