File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 55[ ![ CI] ( https://github.com/elixir-toniq/circular_buffer/actions/workflows/elixir.yml/badge.svg )] ( https://github.com/elixir-toniq/circular_buffer/actions/workflows/elixir.yml )
66[ ![ REUSE status] ( https://api.reuse.software/badge/github.com/elixir-toniq/circular_buffer )] ( https://api.reuse.software/info/github.com/elixir-toniq/circular_buffer )
77
8- CircularBuffer provides a general-purpose CircularBuffer data structure.
9-
10- Docs: [ https://hexdocs.pm/circular_buffer ] ( https://hexdocs.pm/circular_buffer ) .
8+ CircularBuffer provides a general-purpose circular buffer data structure.
119
1210## Installation
1311
1412``` elixir
1513def deps do
1614 [
17- {:circular_buffer , " ~> 0.4 " }
15+ {:circular_buffer , " ~> 1.0 " }
1816 ]
1917end
2018```
You can’t perform that action at this time.
0 commit comments