Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
lager
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
53
Wiki
Attività
Sfoglia il codice sorgente
Pin the goldrush dep to a SHA
pull/134/merge
Andrew Thompson
12 anni fa
parent
9bb64413e8
commit
9bf137d466
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
rebar.config
+ 1
- 1
rebar.config
Vedi File
@ -2,7 +2,7 @@
{erl_first_files, ["src/lager_util.erl"]}.
{deps, [
{goldrush, ".*",
{git, "git://github.com/DeadZen/goldrush.git",
"master"
}}
{git, "git://github.com/DeadZen/goldrush.git",
{tag, "7ff9b03"}
}}
]}.
{cover_enabled, true}.
Scrivi
Anteprima
Caricamento…
Annulla
Salva