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

Set MSRV to 1.70 #25

Merged
merged 1 commit into from
Mar 17, 2025
Merged

Set MSRV to 1.70 #25

merged 1 commit into from
Mar 17, 2025

Conversation

weiji14
Copy link
Member

@weiji14 weiji14 commented Mar 16, 2025

Set minimum supported Rust version (MSRV). Determined using cargo msrv find --write-msrv.

Output from cargo msrv list:

  [Meta]   cargo-msrv 0.18.3

  ╭────────┬─────────────────────────────────────────────────────────────╮
  │ MSRV   │ Dependency                                                  │
  ├────────┼─────────────────────────────────────────────────────────────┤
  │ 1.70.0 │ geotiff, num_enum, geo-types, num_enum_derive               │
  ├────────┼─────────────────────────────────────────────────────────────┤
  │ 1.67.0 │ proc-macro-crate                                            │
  ├────────┼─────────────────────────────────────────────────────────────┤
  │ 1.65.0 │ toml_edit, winnow, toml_datetime                            │
  ├────────┼─────────────────────────────────────────────────────────────┤
  │ 1.63.0 │ indexmap, hashbrown                                         │
  ├────────┼─────────────────────────────────────────────────────────────┤
  │ 1.61.0 │ tiff, jpeg-decoder, syn, memchr                             │
  ├────────┼─────────────────────────────────────────────────────────────┤
  │ 1.60.0 │ num-traits                                                  │
  ├────────┼─────────────────────────────────────────────────────────────┤
  │ 1.56.1 │ flate2                                                      │
  ├────────┼─────────────────────────────────────────────────────────────┤
  │ 1.56.0 │ quote, proc-macro2, serde_derive                            │
  ├────────┼─────────────────────────────────────────────────────────────┤
  │ 1.31.0 │ serde, unicode-ident                                        │
  ├────────┼─────────────────────────────────────────────────────────────┤
  │ 1.6.0  │ equivalent                                                  │
  ├────────┼─────────────────────────────────────────────────────────────┤
  │ 1.0.0  │ autocfg                                                     │
  ├────────┼─────────────────────────────────────────────────────────────┤
  │        │ weezl, libm, approx, miniz_oxide, crc32fast, adler2, cfg-if │
  ╰────────┴─────────────────────────────────────────────────────────────╯
  • I agree to follow the project's code of conduct.
  • I added an entry to the project's change log file if knowledge of this change could be valuable to users.
    • Usually called CHANGES.md or CHANGELOG.md
    • Prefix changelog entries for breaking changes with "BREAKING: "

@weiji14 weiji14 added this to the v0.1.0 milestone Mar 16, 2025
@weiji14 weiji14 self-assigned this Mar 16, 2025
@weiji14 weiji14 merged commit 192f54d into georust:main Mar 17, 2025
2 checks passed
@weiji14 weiji14 deleted the msrv/1.70 branch March 17, 2025 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants