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: additional deprecation fixes #1606

Merged
merged 3 commits into from
Oct 1, 2021
Merged

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Oct 1, 2021

This should actually fix the build on no-std.

@hawkw hawkw self-assigned this Oct 1, 2021
@hawkw hawkw requested a review from carllerche as a code owner October 1, 2021 16:46
Signed-off-by: Eliza Weisman <[email protected]>
@hawkw hawkw merged commit 87e27a1 into master Oct 1, 2021
@hawkw hawkw deleted the eliza/fix-deprecations-iii branch October 1, 2021 17:10
hawkw added a commit that referenced this pull request Oct 1, 2021
This should *actually* fix the build on no-std.

Signed-off-by: Eliza Weisman <[email protected]>
hawkw added a commit that referenced this pull request Oct 1, 2021
This should *actually* fix the build on no-std.

Signed-off-by: Eliza Weisman <[email protected]>
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