Update the compiler_builtins crate

This updates to 0.1.13 for `compiler_builtins`, published to fix a few
issues. The feature changes here are updated because `compiler_builtins`
no longer enables the `c` feature by default but we want to do so
through our build still.

Closes #60747
Closes #60782
This commit is contained in:
Alex Crichton
2019-05-14 14:43:43 -07:00
parent 39401465da
commit 3c9790e429
4 changed files with 21 additions and 20 deletions
+1
View File
@@ -33,3 +33,4 @@ harness = false
[features]
compiler-builtins-mem = ['compiler_builtins/mem']
compiler-builtins-c = ["compiler_builtins/c"]