Skip to content

Commit

Permalink
docs(README): fix Quick Start's ohkami version to 0.23 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanarus authored Feb 14, 2025
1 parent d8ed11e commit 5a52289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

```toml
[dependencies]
ohkami = { version = "0.22", features = ["rt_tokio"] }
ohkami = { version = "0.23", features = ["rt_tokio"] }
tokio = { version = "1", features = ["full"] }
```

Expand Down

0 comments on commit 5a52289

Please sign in to comment.