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

core: fix spin_loop_hint deprecation warnings #1603

Merged
merged 1 commit into from
Sep 30, 2021

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Sep 30, 2021

Allow the deprecated API for now, until the next MSRV bump.

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
@hawkw hawkw merged commit 96aa821 into master Sep 30, 2021
@hawkw hawkw deleted the eliza/msrv-spin-loop-hint branch September 30, 2021 19:42
hawkw added a commit that referenced this pull request Oct 1, 2021
Allow the deprecated API for now, until the next MSRV bump.

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
hawkw added a commit that referenced this pull request Oct 1, 2021
Allow the deprecated API for now, until the next MSRV bump.

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
hawkw added a commit that referenced this pull request Oct 1, 2021
# 0.1.21 (October 1, 2021)

This release adds support for recording `Option<T> where T: Value` as
typed `tracing` field values.

### Added

- **field**: `Value` impl for `Option<T> where T: Value` ([#1585])

### Fixed

- Fixed deprecation warnings when building with `default-features`
  disabled ([#1603], [#1606])
- Documentation fixes and improvements ([#1595], [#1601])

Thanks to @BrianBurgers, @DCjanus, and @matklad for contributing to this
release!

[#1585]: #1585
[#1595]: #1595
[#1601]: #1601
[#1603]: #1603
[#1606]: #1606
hawkw added a commit that referenced this pull request Oct 1, 2021
# 0.1.21 (October 1, 2021)

This release adds support for recording `Option<T> where T: Value` as
typed `tracing` field values.

### Added

- **field**: `Value` impl for `Option<T> where T: Value` ([#1585])

### Fixed

- Fixed deprecation warnings when building with `default-features`
  disabled ([#1603], [#1606])
- Documentation fixes and improvements ([#1595], [#1601])

Thanks to @BrianBurgers, @DCjanus, and @matklad for contributing to this
release!

[#1585]: #1585
[#1595]: #1595
[#1601]: #1601
[#1603]: #1603
[#1606]: #1606
kaffarell pushed a commit to kaffarell/tracing that referenced this pull request May 22, 2024
# 0.1.21 (October 1, 2021)

This release adds support for recording `Option<T> where T: Value` as
typed `tracing` field values.

### Added

- **field**: `Value` impl for `Option<T> where T: Value` ([tokio-rs#1585])

### Fixed

- Fixed deprecation warnings when building with `default-features`
  disabled ([tokio-rs#1603], [tokio-rs#1606])
- Documentation fixes and improvements ([tokio-rs#1595], [tokio-rs#1601])

Thanks to @BrianBurgers, @DCjanus, and @matklad for contributing to this
release!

[tokio-rs#1585]: tokio-rs#1585
[tokio-rs#1595]: tokio-rs#1595
[tokio-rs#1601]: tokio-rs#1601
[tokio-rs#1603]: tokio-rs#1603
[tokio-rs#1606]: tokio-rs#1606
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.

1 participant