OffchainLabs / stylus-sdk-rs

Rust Smart Contracts on Arbitrum
239 stars 79 forks source link

Fix Bytes type for export-abi #141

Closed rory-ocl closed 3 months ago

rory-ocl commented 3 months ago

Description

Fix Bytes type for export-abi. I'm not sure when this broke, but it was missing an important impl, causing export-abi to fail whenever a Bytes type is used.

Checklist