Aljaž Mur Eržen
Compiler developer @edgedatabase and @PRQL
- 0 Posts
- 1 Comment
Joined 3 years ago
Cake day: January 15th, 2022
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Compiler developer @edgedatabase and @PRQL
@Rogue @snaggen Yeah, it’s a setting in Cargo.toml that you have to update manually if you want to upgrade. It is set to latest edition in new projects. And the nice thing:
it’s configurable per-crate, not per-compilation. So you can depend on crates that use different editions than your crate. Which avoids ecosystem fragmentation.