OpenZeppelin / cairo-contracts

OpenZeppelin Contracts written in Cairo for Starknet, a decentralized ZK Rollup
https://docs.openzeppelin.com/contracts-cairo
MIT License
800 stars 322 forks source link

Migrate to the `2023_11` edition #856

Closed ericnordelo closed 3 weeks ago

ericnordelo commented 6 months ago

This edition is about reducing the default scope of corelib, requiring more explicit imports.

TAdev0 commented 5 months ago

@ericnordelo @martriay may i be assigned to this issue? I think the migration should now use 2023_11 edition, which includes the same 2023_10 prelude + pub / pub(crate) keywords from 2.5.0

martriay commented 5 months ago

@TAdev0 thanks for asking! But this is being addressed already in #866, but since the PR wasn't properly linked this issue appeared in the "good to tackle" list. Fixed it now!

TAdev0 commented 5 months ago

@martriay thanks for the quick answer!