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

Commit

Permalink
Update the version inside the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Peltoche committed Jan 17, 2024
1 parent 2e83429 commit 7f93147
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit 7f93147

Please sign in to comment.