release: 3.0.0-rc.1#273
Merged
Merged
Conversation
- bump `cached`, `cached_proc_macro`, and `cached_proc_macro_types` to 3.0.0-rc.1 (lockstep). - the 3.0 API is not final; this is a release candidate for downstream testing ahead of 3.0.0. - update the root's internal version requirements and refresh `Cargo.lock`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cuts the first 3.0 release candidate.
cached,cached_proc_macro, andcached_proc_macro_typesto3.0.0-rc.1(lockstep), and update the root's internal version requirements.3.0.0-rc.1CHANGELOG section; the entries are the staged 3.0 changes from feat: macros, stores/traits, redis TLS split, runtime decoupling, constructor and ttl consistency #272.The 3.0 API is not final and may change before
3.0.0. This rc is for downstream testing.Note: merging to
mastertriggersbin/publish.sh, which publishes all three crates to crates.io (types -> proc_macro -> root) and tags the release.cargo publish --dry-runpasses for both subcrates.