solana-developers / solana-cookbook

https://solanacookbook.com/
624 stars 344 forks source link

Rewrite Rust `Memcmp` examples to not use deprecated fields #558

Closed MikeLuDev closed 10 months ago

MikeLuDev commented 11 months ago

Description

The use of bytes, offset, and encoding has been deprecated since 1.15.0.

Solution

Use Memcmp::new() instead of Memcmp {}