Skip to content

Commit

Permalink
Fix core edition in init_dev_corelib
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaput committed Jul 10, 2024
1 parent b605db2 commit 654c84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cairo-lang-filesystem/src/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ pub fn init_dev_corelib(db: &mut (dyn FilesGroup + 'static), core_lib_dir: PathB
Some(CrateConfiguration {
root: Directory::Real(core_lib_dir),
settings: CrateSettings {
edition: Edition::V2023_11,
edition: Edition::V2024_07,
cfg_set: Default::default(),
experimental_features: ExperimentalFeaturesConfig {
negative_impls: true,
Expand Down

0 comments on commit 654c84a

Please sign in to comment.