Skip to content

Commit 95aadb3

Browse files
committed
Bump cargo to x.y.z
1 parent cfce0e9 commit 95aadb3

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

rebar.config

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
{deps, [cargo]}.
1+
{deps, [
2+
{cargo, ".*",
3+
{git, "https://github.com/lrascao/erlang-cargo.git",
4+
{branch, "master"}}}
5+
]}.
26

37
{eunit_tests, [rebar3_cargo]}.
48

rebar.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{"1.1.0",
2-
[{<<"cargo">>,{pkg,<<"cargo">>,<<"0.1.0">>},0},
2+
[{<<"cargo">>,
3+
{git,"https://github.com/lrascao/erlang-cargo.git",
4+
{ref,"ac2f1309880584eb7ba1b06572138d7e1d7bca3f"}},
5+
0},
36
{<<"jsx">>,{pkg,<<"jsx">>,<<"2.10.0">>},1}]}.
47
[
58
{pkg_hash,[
6-
{<<"cargo">>, <<"8AE8ACA2D723273D21E4EF482CFAF2D11CBEB23775F012D80A22B8D9272C1A0E">>},
79
{<<"jsx">>, <<"77760560D6AC2B8C51FD4C980E9E19B784016AA70BE354CE746472C33BEB0B1C">>}]}
810
].

0 commit comments

Comments
 (0)