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

Prepare v0.3.3 release #70

Merged
merged 3 commits into from
Mar 13, 2022
Merged

Prepare v0.3.3 release #70

merged 3 commits into from
Mar 13, 2022

Commits on Mar 12, 2022

  1. Remove needless fields from Cargo.toml

    - documentation field
    
      https://doc.rust-lang.org/cargo/reference/manifest.html#the-documentation-field
    
      > If no URL is specified in the manifest file, crates.io will
      > automatically link your crate to the corresponding docs.rs page.
    
    - homepage field
    
      It will be omitted if the value is the same as the repository field.
    
    - readme field
    
      Since 1.46, cargo can automatically detect the value of the readme
      field if readme is in the default location (`readme = "README.md"`).
    taiki-e committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    1bcd526 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e11ebd9 View commit details
    Browse the repository at this point in the history
  3. Prepare v0.3.3 release

    taiki-e committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    480845b View commit details
    Browse the repository at this point in the history