fix(rust-bridge): update smartrust and limit RustBridge binary lookup to dist_rust

This commit is contained in:
2026-03-14 23:46:12 +00:00
parent bba0855218
commit 503e25ff98
5 changed files with 99 additions and 11 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartstorage',
version: '6.0.0',
version: '6.0.1',
description: 'A Node.js TypeScript package to create a local S3-compatible storage server using mapped local directories for development and testing purposes.'
}