Fix the missing priv
directory.
This commit is contained in:
parent
4a523e3b0b
commit
2979503a7f
@ -54,6 +54,10 @@ In general, the primitives provided by NaCl are intermediate-level primitives. R
|
|||||||
|
|
||||||
# Versions
|
# Versions
|
||||||
|
|
||||||
|
### v0.12.1
|
||||||
|
|
||||||
|
* Provide the `priv` directory for being able to properly build without manual intervention.
|
||||||
|
|
||||||
### v0.12.0
|
### v0.12.0
|
||||||
|
|
||||||
* Introduce an extension interface for various necessary extensions to the eNaCl system for handling the Tor network, thanks to Alexander Færøy (ahf).
|
* Introduce an extension interface for various necessary extensions to the eNaCl system for handling the Tor network, thanks to Alexander Færøy (ahf).
|
||||||
|
0
priv/.dummy
Normal file
0
priv/.dummy
Normal file
@ -1,7 +1,7 @@
|
|||||||
{application, enacl,
|
{application, enacl,
|
||||||
[
|
[
|
||||||
{description, "Erlang NaCl bindings"},
|
{description, "Erlang NaCl bindings"},
|
||||||
{vsn, "0.12.0"},
|
{vsn, "0.12.1"},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [kernel, stdlib]},
|
{applications, [kernel, stdlib]},
|
||||||
{env, []}
|
{env, []}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user