Fix the readme #11
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
12 warnings
macOS
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Ubuntu
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Ubuntu
sqlite3-src@0.7.0: source/sqlite3.c: In function ‘sqlite3VdbeExec’:
|
Ubuntu
sqlite3-src@0.7.0: 96200 | zPayload[6] = (u8)(v&0xff); v >>= 8;
|
Ubuntu
sqlite3-src@0.7.0: source/sqlite3.c:96201:11: note: here
|
Ubuntu
sqlite3-src@0.7.0: | ^~~~
|
Ubuntu
sqlite3-src@0.7.0: 96202 | zPayload[4] = (u8)(v&0xff); v >>= 8;
|
Ubuntu
sqlite3-src@0.7.0: source/sqlite3.c:96203:11: note: here
|
Ubuntu
sqlite3-src@0.7.0: | ^~~~
|
Ubuntu
sqlite3-src@0.7.0: 96203 | case 4: zPayload[3] = (u8)(v&0xff); v >>= 8;
|
Ubuntu
sqlite3-src@0.7.0: source/sqlite3.c:96204:11: note: here
|
Ubuntu
sqlite3-src@0.7.0: | ^~~~
|