Skip to content

Commit

Permalink
📝 Adjust README to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Jun 23, 2023
1 parent dea906f commit 25f7ba6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ traQ BOTのPOSTリクエストをパースするライブラリです。
[dependencies]
axum = "0.6"
tokio = { version = "1.0", features = ["full"] }
traq-bot-http = "0.5"
traq-bot-http = "0.6"
```

`main.rs`
Expand Down Expand Up @@ -78,6 +78,9 @@ feature | 機能 | バージョン
:-- | :-- | :--
`uuid` | ペイロードのUUID値が[`uuid::Uuid`](https://docs.rs/uuid/latest/uuid/struct.Uuid.html)型に | [v0.4.0](https://github.com/H1rono/traq-bot-http-rs/releases/tag/v0.4.0)から
`time` | ペイロードのタイムスタンプ値([RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.6))が[`time::OffsetDateTime`](https://docs.rs/time/latest/time/struct.OffsetDateTime.html)型に | [v0.5.0](https://github.com/H1rono/traq-bot-http-rs/releases/tag/v0.5.0)から
`chrono` | ペイロードのタイムスタンプ値が[`chrono::DateTime<chrono::Utc>`](https://docs.rs/chrono/latest/chrono/struct.DateTime.html)型に | [v0.6.0](https://github.com/H1rono/traq-bot-http-rs/releases/tag/v0.6.0)から

`time`よりも`chrono`の方が優先されます

## Contributing

Expand Down

0 comments on commit 25f7ba6

Please sign in to comment.