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

Update the version inside the readme #58

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Put this in your `Cargo.toml`:

```toml
[dependencies]
ical = "0.9"
ical = "0.10"
```


Expand Down Expand Up @@ -49,7 +49,7 @@ Each component can contains properties (ie: `Property`) or sub-components.
Cargo.toml:
```toml
[dependencies.ical]
version = "0.9"
version = "0.10"
default-features = false
features = ["ical", "vcard"]
```
Expand Down Expand Up @@ -112,7 +112,7 @@ It work for both the vCard and iCal formats.
Cargo.toml:
```toml
[dependencies.ical]
version = "0.9"
version = "0.10"
default-features = false
features = ["property"]
```
Expand Down Expand Up @@ -155,7 +155,7 @@ It work for both the vCard and iCal formats.
Cargo.toml:
```toml
[dependencies.ical]
version = "0.9"
version = "0.10"
default-features = false
features = ["line"]
```
Expand Down Expand Up @@ -202,7 +202,7 @@ formalities.
Cargo.toml:
```toml
[dependencies.ical]
version = "0.9"
version = "0.10"
default-features = false
features = ["ical", "vcard", "generator"]
```
Expand Down
Loading