Skip to content

Commit d36cb80

Browse files
committed
Update for OR-3.4 - rebar3 -> 3.21
1 parent 14b3608 commit d36cb80

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/erlang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Erlang CI
33
on:
44
push:
55
branches:
6-
- openriak-3.2
6+
- openriak-3.4
77
pull_request:
88
branches:
9-
- openriak-3.2
9+
- openriak-3.4
1010

1111
jobs:
1212

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HyperLogLog for Erlang
22

3-
![Hyper OpenRiak Status](https://github.com/OpenRiak/hyper/actions/workflows/erlang.yml/badge.svg?branch=openriak-3.2)
3+
![Hyper OpenRiak Status](https://github.com/OpenRiak/hyper/actions/workflows/erlang.yml/badge.svg?branch=openriak-3.4)
44

55
This is an implementation of the HyperLogLog algorithm in
66
Erlang. Using HyperLogLog you can estimate the cardinality of very

rebar.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
deprecated_function_calls,
55
deprecated_functions]}.
66
{cover_enabled, true}.
7-
{deps, [{basho_stats, {git, "https://github.com/OpenRiak/basho_stats.git", {branch, "openriak-3.2"}}}]}.
7+
{deps, [{basho_stats, {git, "https://github.com/OpenRiak/basho_stats.git", {branch, "openriak-3.4"}}}]}.
88

99
{profiles, [
10-
{test, [{deps, [{proper, {git, "https://github.com/OpenRiak/proper.git", {branch, "openriak-3.2"}}}]}]},
10+
{test, [{deps, [{proper, {git, "https://github.com/OpenRiak/proper.git", {branch, "openriak-3.4"}}}]}]},
1111
{gha, [{erl_opts, [{d, 'GITHUBEXCLUDE'}]}]}
1212
]}.

rebar3

-144 KB
Binary file not shown.

0 commit comments

Comments
 (0)