Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin clap to ~3.1 #185

Merged
merged 3 commits into from
Jun 13, 2022
Merged

Pin clap to ~3.1 #185

merged 3 commits into from
Jun 13, 2022

Commits on Jun 13, 2022

  1. Pin clap to ~3.1

    taiki-e committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    f897877 View commit details
    Browse the repository at this point in the history
  2. Bump MSRV to 1.56

    ```
    error: failed to download `clap_lex v0.2.2`
    
    Caused by:
      unable to get packages from source
    
    Caused by:
      failed to parse manifest at `/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/clap_lex-0.2.2/Cargo.toml`
    
    Caused by:
      feature `edition2021` is required
    
      this Cargo does not support nightly features, but if you
      switch to nightly channel you can add
      `cargo-features = ["edition2021"]` to enable this feature
    ```
    taiki-e committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    1efe61d View commit details
    Browse the repository at this point in the history
  3. Migrate to Rust 2021

    taiki-e committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    2b527ae View commit details
    Browse the repository at this point in the history