Rustc removed the target wrapper and exposed the target directly.
Result of running:
find . -type f -exec sed -i -e 's/target\.target\([)\.,;]\)/target\1/g' {} \;
Plus one manual edit of the rust-version file
1 line
41 B
Text
1 line
41 B
Text
b5c9e2448c9ace53ad5c11585803894651b18b0a
|