Skip to content

Commit

Permalink
Rename ./cargo/config to .cargo/config.toml
Browse files Browse the repository at this point in the history
This avoids the following warning:
```
warning: `/Users/nicholas/git/slog.org/slog/.cargo/config` is deprecated in favor of `config.toml`
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
```

Since our MSRV is currently 1.49, we can safely make this change
without needing a system link.
  • Loading branch information
Techcable committed Sep 23, 2024
1 parent 83c85a6 commit b2c70e5
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit b2c70e5

Please sign in to comment.