Skip to content
This repository was archived by the owner on Aug 17, 2024. It is now read-only.

Ical serde #44

Merged
merged 1 commit into from
Nov 15, 2021
Merged

Ical serde #44

merged 1 commit into from
Nov 15, 2021

Conversation

daladim
Copy link
Contributor

@daladim daladim commented Nov 10, 2021

Hi, thanks for your work on iCalendar files!

On a project of mine, I'd like to store a Vec<Property> in a struct that can be serialized/deserialized by serde...but this fails because Property does not support serde itself.

This PR is adding serde support, to Property but also to every struct where (I think) it makes sense.

In case you accept it, I'd be glad you released a 0.8.0 with this change, it would help my downstream project :D )

Copy link
Owner

@Peltoche Peltoche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @daladim, thanks for the PR.

Everything looks good to me 👍

I will send it with the next release

@Peltoche Peltoche merged commit c495069 into Peltoche:master Nov 15, 2021
@daladim
Copy link
Contributor Author

daladim commented Nov 24, 2021

Hello @Peltoche .

Sorry for the spam, I've written #43 (comment) but I'm not sure whether closed issues or MR will trigger a notification for you :-/

When are you considering releasing a new version of ical?

I'd like to publish a crate that depends on yours (including my commit), but I cannot do so in case a dependency of mine is not published either :-(

Thanks :)

@daladim daladim mentioned this pull request Dec 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants