aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2017-09-19 12:54:58 +0200
committerDan Gudmundsson <[email protected]>2017-09-19 12:54:58 +0200
commit5bc277e16e359072bba4c872de31ea486d77e042 (patch)
tree33064cefd07f82704a571348122082deb3a5c889 /lib/reltool
parentc504153dbb07bf756621cd21401e18d9055578ad (diff)
downloadotp-5bc277e16e359072bba4c872de31ea486d77e042.tar.gz
otp-5bc277e16e359072bba4c872de31ea486d77e042.tar.bz2
otp-5bc277e16e359072bba4c872de31ea486d77e042.zip
Update runtime deps to depend on new stdlib functionality
~tw and new string functions are new since OTP-20 (stdlib-3.4)
Diffstat (limited to 'lib/reltool')
-rw-r--r--lib/reltool/src/reltool.app.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reltool/src/reltool.app.src b/lib/reltool/src/reltool.app.src
index 90f93d2901..dc21c1cfce 100644
--- a/lib/reltool/src/reltool.app.src
+++ b/lib/reltool/src/reltool.app.src
@@ -36,6 +36,6 @@
{registered, []},
{applications, [stdlib, kernel]},
{env, []},
- {runtime_dependencies, ["wx-1.2","tools-2.6.14","stdlib-2.0","sasl-2.4",
+ {runtime_dependencies, ["wx-1.2","tools-2.6.14","stdlib-3.4","sasl-2.4",
"kernel-3.0","erts-7.0"]}
]}.