jianguotian opened a new pull request, #58: URL: https://github.com/apache/paimon-mosaic/pull/58
DEPENDENCIES.rust.tsv records the third-party Rust crates bundled into the release and their SPDX licenses; ASF release policy requires it to match the actual dependency tree. Cargo.lock is gitignored (library convention), so cargo resolves the latest semver-compatible versions on each build. Since 0.1.0 several crates drifted (serde_json 1.0.149→1.0.150, wasm-bindgen 0.2.121→0.2.123, chrono, zerocopy, etc.) and a few new transitive crates appeared (wit-bindgen, wasip3, r-efi), so the checked-in tsv no longer reflects the real set. The workspace crates also moved 0.1.0→0.2.0. Regenerated with `python3 tools/dependencies.py generate`; `check` passes (licenses ok). The four tsv files now match the current tree, keeping the 0.2.0 source release license-compliant. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
