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

Serde feature missing #5

Closed
dahankzter opened this issue Mar 9, 2023 · 5 comments
Closed

Serde feature missing #5

dahankzter opened this issue Mar 9, 2023 · 5 comments

Comments

@dahankzter
Copy link

Bug Report

The docs say there should be a feature enabling serde support but cargo complains that there is no such feature.
I can't really tell if this has been removed or added as a permanent feature that's always on?

Version

svix-ksuid v0.6.0

Platform

Linux antiva 6.1.12-1-MANJARO #1 SMP PREEMPT_DYNAMIC Tue Feb 14 21:59:10 UTC 2023 x86_64 GNU/Linux

Description

Trying to add the crate ends up with:

git:(main) cargo add svix-ksuid --features serde                         
    Updating crates.io index
      Adding svix-ksuid v0.6.0 to dependencies.
error: unrecognized feature for crate svix-ksuid: serde
no features available for crate svix-ksuid
@tasn
Copy link
Member

tasn commented Mar 9, 2023

Whoops, I guess we need to make a release to include 1646800

One sec.

@tasn
Copy link
Member

tasn commented Mar 9, 2023

Fixed with 0.7.0, sorry about that!

@tasn tasn closed this as completed Mar 9, 2023
@dahankzter
Copy link
Author

Nice thank you @tasn and thanks for the nice crate!

@dahankzter
Copy link
Author

git:(main) cargo add svix-ksuid --features serde
    Updating crates.io index
      Adding svix-ksuid v0.7.0 to dependencies.
             Features:
             + serde

@tasn
Copy link
Member

tasn commented Mar 9, 2023

Yay, thank you for the kind words, and apologies for forgetting to make a release before!

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

No branches or pull requests

2 participants