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

Commit

Permalink
Upgrade the package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Peltoche committed Nov 29, 2023
1 parent 5477a57 commit 38ec4ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license-file = "./LICENSE"
name = "ical"
readme = "./README.md"
repository = "https://github.com/Peltoche/ical-rs"
version = "0.8.0"
version = "0.9.0"

[badges]

Expand Down
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.8"
ical = "0.9"
```


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.8"
version = "0.9"
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.8"
version = "0.9"
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.8"
version = "0.9"
default-features = false
features = ["line"]
```
Expand Down Expand Up @@ -202,7 +202,7 @@ formalities.
Cargo.toml:
```toml
[dependencies.ical]
version = "0.8"
version = "0.9"
default-features = false
features = ["ical", "vcard", "generator"]
```
Expand Down

0 comments on commit 38ec4ae

Please sign in to comment.