agatedb
agatedb copied to clipboard
Fix build error on rust 1.9.20
Fix the belowing build error on rust 1.92.0.
error: invalid format string: integer 1048576 does not fit into the
type u16 whose range is 0..=65535
--> src/table/tests.rs:353:29
Welcome @stepinto! It looks like this is your first PR to tikv/agatedb 🎉
please ping us for review once CI errors are fixed :) thank you
please ping us for review once CI errors are fixed :) thank you
This seems to be an irrevelant error to this PR. It is because this repo is using actions/cache v2, which has been deprecated since 2024-12. Is there anyone working on fix it?
Error: This request has been automatically failed because it uses a deprecated version of `actions/cache: v2`. Please update your workflow to use v3/v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down