diff options
| author | Ulf Lilleengen <[email protected]> | 2025-01-15 16:12:36 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-01-15 16:12:36 +0100 |
| commit | ed63f8063732fe9df96c4adf823639c20d7f99af (patch) | |
| tree | c9566b764a0b9f66e57ee68c1167728ae6f8c34d /rustfmt.toml | |
| parent | 1e6b807acbb106254209153cccd46c7ffd754c04 (diff) | |
chore: bump embassy-sync version
Prepare version 0.6.2 for release
Diffstat (limited to 'rustfmt.toml')
| -rw-r--r-- | rustfmt.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 3639f4386..592ad27ff 100644 --- a/rustfmt.toml +++ b/rustfmt.toml | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | group_imports = "StdExternalCrate" | 1 | group_imports = "StdExternalCrate" |
| 2 | imports_granularity = "Module" | 2 | imports_granularity = "Module" |
| 3 | max_width=120 \ No newline at end of file | 3 | edition = "2021" |
| 4 | max_width=120 | ||
