File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff 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
1012def deps do
Original file line number Diff line number Diff 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 ( ) ,
You can’t perform that action at this time.
0 commit comments