You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `different-binary-name` feature allows setting the filename of the binary without having to obey the
1210
+
The `different-binary-name` feature allows setting the filename of the binary without having to obey the
1211
1211
restrictions placed on crate names. For example, the crate name must use only `alphanumeric` characters
1212
1212
or `-` or `_`, and cannot be empty.
1213
1213
@@ -1378,7 +1378,23 @@ The 2021 edition has been stabilized in the 1.56 release.
1378
1378
See the [`edition` field](manifest.md#the-edition-field) for more information on setting the edition.
1379
1379
See [`cargo fix --edition`](../commands/cargo-fix.md) and [The Edition Guide](../../edition-guide/index.html) for more information on migrating existing projects.
1380
1380
1381
+
1381
1382
### Custom named profiles
1382
1383
1383
1384
Custom named profiles have been stabilized in the 1.57 release. See the
1384
1385
[profiles chapter](profiles.md#custom-profiles) for more information.
0 commit comments