aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/stdlib.app.src
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2019-06-25 16:13:55 +0200
committerRickard Green <[email protected]>2019-06-25 16:13:55 +0200
commitc59148c2995d5ac63094ab2e39682f47671ee37e (patch)
tree375199fffe0814fc5351f6a78028dedcd88a5064 /lib/stdlib/src/stdlib.app.src
parent77bb88476197005836e66e90138eef3674cdfe52 (diff)
parent1e9655cc7e51f3b043162fa7883228768bc5e9fb (diff)
downloadotp-c59148c2995d5ac63094ab2e39682f47671ee37e.tar.gz
otp-c59148c2995d5ac63094ab2e39682f47671ee37e.tar.bz2
otp-c59148c2995d5ac63094ab2e39682f47671ee37e.zip
Merge branch 'maint'
* maint: Update runtime dependency from stdlib to erts Yield when validating UTF8 for long subject in re:run() Add yield_on_subject_validation() test Update runtime dependency from stdlib to erts Only validate subject once when global is used in re:run() Add global_unicode_validation() test
Diffstat (limited to 'lib/stdlib/src/stdlib.app.src')
-rw-r--r--lib/stdlib/src/stdlib.app.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/src/stdlib.app.src b/lib/stdlib/src/stdlib.app.src
index ecb514e9f3..d7d57941c2 100644
--- a/lib/stdlib/src/stdlib.app.src
+++ b/lib/stdlib/src/stdlib.app.src
@@ -108,7 +108,7 @@
dets]},
{applications, [kernel]},
{env, []},
- {runtime_dependencies, ["sasl-3.0","kernel-6.0","erts-10.4","crypto-3.3",
+ {runtime_dependencies, ["sasl-3.0","kernel-6.0","erts-@OTP-15831:OTP-15836@","crypto-3.3",
"compiler-5.0"]}
]}.