Skip to content

Commit

Permalink
Basic shortuuid v4 support (#10)
Browse files Browse the repository at this point in the history
* Basic support for shortuuid v4

Support shortuuid v4 with default alphabet

* bump to v0.3.0
  • Loading branch information
gpedic committed Dec 28, 2024
1 parent ecc8ca1 commit e923760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ defmodule Ecto.ShortUUID.MixProject do
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
{:excoveralls, "~> 0.16.1", only: :test, runtime: false},
{:benchfella, "~> 0.3.5", only: [:dev, :test]},
{:shortuuid, "~> 2.1 or ~> 4.0"},
{:shortuuid, "~> 4.0 or ~> 3.0 or ~> 2.1"},
{:ecto, "~> 2.2 or ~> 3.0"}
]
end
Expand Down

0 comments on commit e923760

Please sign in to comment.