diff options
author | Dan Gudmundsson <[email protected]> | 2017-09-19 12:54:58 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2017-09-19 12:54:58 +0200 |
commit | 5bc277e16e359072bba4c872de31ea486d77e042 (patch) | |
tree | 33064cefd07f82704a571348122082deb3a5c889 /lib/sasl | |
parent | c504153dbb07bf756621cd21401e18d9055578ad (diff) | |
download | otp-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/sasl')
-rw-r--r-- | lib/sasl/src/sasl.app.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sasl/src/sasl.app.src b/lib/sasl/src/sasl.app.src index 633cdfa070..b7bb9133ff 100644 --- a/lib/sasl/src/sasl.app.src +++ b/lib/sasl/src/sasl.app.src @@ -45,6 +45,6 @@ {env, [{sasl_error_logger, tty}, {errlog_type, all}]}, {mod, {sasl, []}}, - {runtime_dependencies, ["tools-2.6.14","stdlib-3.0","kernel-5.0", - "erts-8.1"]}]}. + {runtime_dependencies, ["tools-2.6.14","stdlib-3.4","kernel-5.3", + "erts-9.0"]}]}. |