Skip to content
Snippets Groups Projects
Select Git revision
  • HEAD
  • main default protected
  • staging
3 results

torspec

  • Clone with SSH
  • Clone with HTTPS
  • Nick Mathewson's avatar
    Nick Mathewson authored
    First, run
    
    ```
    git grep -l "^edition =" |
        xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;'
    ```
    
    Second, manually verify that all Cargo.toml files have changed,
    and nothing else has changed.
    
    Third, run cargo fmt again.
    77b0de43
    History
    Name Last commit Last update