Skip to content

Commit

Permalink
Bump version in readme [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Aug 27, 2023
1 parent 746e7c0 commit d133eb2
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 @@ -7,7 +7,7 @@ At its heart fs2-io_uring is an [I/O-integrated runtime](https://github.com/type
## Usage

```scala
libraryDependencies += "com.armanbilge" %%% "fs2-io_uring" % "0.1.0"
libraryDependencies += "com.armanbilge" %%% "fs2-io_uring" % "0.2.0"
```

You must also install [liburing](https://github.com/axboe/liburing). For performance, I strongly recommend using static linking, for example:
Expand Down

0 comments on commit d133eb2

Please sign in to comment.