Skip to content

Commit 44ac7e4

Browse files
committed
Migrate back to older ExHashRing for compatibility
1 parent 2db952e commit 44ac7e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ defmodule Cachex.Mixfile do
100100
[
101101
# Production dependencies
102102
{:eternal, "~> 1.2"},
103-
{:ex_hash_ring, "~> 7.0"},
103+
{:ex_hash_ring, "~> 6.0"},
104104
{:jumper, "~> 1.0"},
105105
{:sleeplocks, "~> 1.1"},
106106
{:unsafe, "~> 1.0"},

0 commit comments

Comments
 (0)