jianguotian opened a new pull request, #59: URL: https://github.com/apache/paimon-mosaic/pull/59
## 是什么 重新生成四个 `DEPENDENCIES.rust.tsv`(root / core / ffi / jni),用于 0.2.0 发布。运行 `python tools/dependencies.py generate` 后提交。 ## 为什么 `Cargo.lock` 被 gitignore,cargo 每次构建自动选最新兼容版,依赖已漂移(serde_json 1.0.149→1.0.150、wasm-bindgen 0.2.121→0.2.123、shlex 1.3→2.0、zerocopy 0.8.48→0.8.52 等),且工作区 crate 随发布从 0.1.0→0.2.0;旧清单已过期,与实际依赖不一致,影响 ASF 发布合规审计。 ## 效果 四个 tsv 与实际解析依赖一致;`python tools/dependencies.py check` 全部 `licenses ok`,无新增非合规许可证。 -- 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]
