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

Implement shrink_to on all SymbolTables, declare Rust 1.56.0 MSRV, upgrade to 2021 edition #107

Merged
merged 5 commits into from
Nov 18, 2021

Conversation

lopopolo
Copy link
Member

This API on the underlying Vec and HashMap was stabilized in Rust 1.56.0:

This change bumps the MSRV of intaglio to 1.56.0. This PR adds documentation of the MSRV, adds a CI job to enforce it, and bumps the minor version of intaglio to v1.4.0.

This API on the underlying Vec and HashMap was stabilized in Rust 1.56.0.

This change bumps the MSRV of `intaglio` to 1.56.0.
@lopopolo lopopolo added I-bytes Interner: Byte string SymbolTable. A-release Area: crates.io releases and version bumps. A-build Area: CI build infrastructure. I-str Interner: UTF-8 string SymbolTable. C-docs Category: Improvements or additions to documentation. labels Nov 18, 2021
@lopopolo
Copy link
Member Author

Since the MSRV is now 1.56.0 and this edition also stabilized the 2021 edition, declare edition = 2021 in Cargo.toml.

@lopopolo
Copy link
Member Author

Rust 1.56.0 also stabilized the rust-version field in Cargo.toml for declaring MSRV, so add that too.

@lopopolo lopopolo changed the title Implement shrink_to on all SymbolTables Implement shrink_to on all SymbolTables, declare Rust 1.56.0 MSRV, upgrade to 2021 edition Nov 18, 2021
@lopopolo lopopolo merged commit 7c9a236 into trunk Nov 18, 2021
@lopopolo lopopolo deleted the symboltable-shrink-to branch November 18, 2021 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-build Area: CI build infrastructure. A-release Area: crates.io releases and version bumps. C-docs Category: Improvements or additions to documentation. I-bytes Interner: Byte string SymbolTable. I-str Interner: UTF-8 string SymbolTable.
Development

Successfully merging this pull request may close these issues.

1 participant