Skip to content

Commit 072b7dc

Browse files
committed
Change hex description and bump version
1 parent 15e92f7 commit 072b7dc

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ Parse RSS feeds very quickly
44

55
## Installation
66

7-
The package can be installed by adding `fast_rss` to your list of dependencies in `mix.exs`:
7+
This package is available on [hex](https://hex.pm/packages/fast_rss).
8+
9+
It can be installed by adding `fast_rss` to your list of dependencies in `mix.exs`:
810

911
```elixir
1012
def deps do

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ defmodule FastRss.MixProject do
44
def project do
55
[
66
app: :fast_rss,
7-
version: "0.1.4",
8-
elixir: "~> 1.5",
7+
version: "0.1.5",
8+
elixir: "~> 1.8",
99
build_embedded: Mix.env() == :prod,
1010
start_permanent: Mix.env() == :prod,
1111
# hex
12-
description: "Fast RSS parser written in rust",
12+
description: "Fast Elixir RSS feed parser, a NIF wrapper around the Rust RSS crate",
1313
package: package(),
1414
start_permanent: Mix.env() == :prod,
1515
compilers: [:rustler] ++ Mix.compilers(),

0 commit comments

Comments
 (0)