We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e9d607 commit dd810ffCopy full SHA for dd810ff
.cargo/config.toml
@@ -36,7 +36,6 @@
36
37
[unstable]
38
build-std = ["core"]
39
-build-std-features = ["compiler-builtins-mangled-names"]
40
{%- comment %}
41
# vim: ft=toml.jinja2
42
{% endcomment %}
rust-toolchain.toml
@@ -1,4 +1,4 @@
1
[toolchain]
2
-channel = "nightly-2022-05-10"
+channel = "nightly-2022-06-13"
3
components = ["rust-src"]
4
profile = "minimal"
0 commit comments