summaryrefslogtreecommitdiff
path: root/bootstrap/lib/stdlib/ebin/stdlib.app
diff options
context:
space:
mode:
authorBjörn Gustavsson <bjorn@erlang.org>2020-03-12 15:06:29 +0100
committerBjörn Gustavsson <bjorn@erlang.org>2020-03-12 15:06:29 +0100
commit8e9ec2654f12d4dbdd230058d299034f07f1b727 (patch)
treec3575913b47729914f05d0ca6706fa35340ca4cd /bootstrap/lib/stdlib/ebin/stdlib.app
parentff35ff72fb84bb32f79d5c592024c38538f38ffc (diff)
parent9711690bb3432e69e185cccbcbcb87b3447c4b70 (diff)
downloaderlang-8e9ec2654f12d4dbdd230058d299034f07f1b727.tar.gz
Merge branch 'maint'
* maint: Update preloaded modules Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/stdlib/ebin/stdlib.app')
-rw-r--r--bootstrap/lib/stdlib/ebin/stdlib.app3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap/lib/stdlib/ebin/stdlib.app b/bootstrap/lib/stdlib/ebin/stdlib.app
index 8a98867c25..09ce66b161 100644
--- a/bootstrap/lib/stdlib/ebin/stdlib.app
+++ b/bootstrap/lib/stdlib/ebin/stdlib.app
@@ -92,6 +92,7 @@
sets,
shell,
shell_default,
+ shell_docs,
slave,
sofs,
string,
@@ -108,6 +109,6 @@
dets]},
{applications, [kernel]},
{env, []},
- {runtime_dependencies, ["sasl-3.0","kernel-@OTP-15251@","erts-@OTP-15251@","crypto-3.3",
+ {runtime_dependencies, ["sasl-3.0","kernel-@OTP-15251@","erts-@OTP-15251:OTP-16431@","crypto-3.3",
"compiler-5.0"]}
]}.