ExWeb3 / ex_keccak

Elixir library for computing Keccak SHA3-256 hashes using a NIF built tiny-keccak Rust crate.
Apache License 2.0
25 stars 20 forks source link

Bump ex-doc version to fix error #18

Closed tzumby closed 2 years ago

tzumby commented 2 years ago

Fixes

Generating docs...
** (FunctionClauseError) no function clause matching in ExDoc.Retriever.doc_ast/3

    The following arguments were given to ExDoc.Retriever.doc_ast/3:

        # 1
        "text/markdown"

        # 2
        %{}

        # 3
        [file: "lib/ex_keccak.ex", line: 2]

    Attempted function clauses (showing 4 out of 4):

        defp doc_ast(_, :none, _options)
        defp doc_ast(_, :hidden, _options)
        defp doc_ast("text/markdown", %{"en" => doc}, options)
        defp doc_ast(other, %{"en" => _}, _)