OffchainLabs / stylus-sdk-rs

Rust Smart Contracts on Arbitrum
239 stars 79 forks source link

Checks and updates examples against cargo-stylus v0.4.2, and the upcoming v0.5.00 #158

Closed mahsamoosavi closed 2 months ago

mahsamoosavi commented 2 months ago

This PR involves a thorough review and update of all existing examples to ensure compatibility with the current cargo-stylus v0.4.2 and the upcoming cargo-stylus v0.5.0. The goal is to ensure a smooth transition for developers using these examples with the new cargo-stylus version, minimizing any potential issues related to the upgrade. All examples have been tested.

closes TW-266