fix(rust-binary-locator): auto-fix missing execute permission for located Rust binaries

This commit is contained in:
2026-02-12 21:25:11 +00:00
parent 35971a395f
commit b7e3e30ce5
3 changed files with 18 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartrust',
version: '1.2.0',
version: '1.2.1',
description: 'a bridge between JS engines and rust'
}