Merge #10235 #10236

10235: Update compiler features r=neonaot a=intellij-rust-bot



10236: HINT: Show parameter hints in attribute procedural macros r=vlad20012 a=dima74

<img src="https://user-images.githubusercontent.com/6505554/224586683-bb08b28b-eb35-48b3-a089-a16436a8e771.png" width="350">

changelog: Show parameter hints inside attribute procedural macros

Co-authored-by: intellij-rust-bot <intellij.rust@gmail.com>
Co-authored-by: Dmitry Murzin <diralik@yandex.ru>
diff --git a/.github/workflows/get-rust-versions.yml b/.github/workflows/get-rust-versions.yml
index 363d3cd..60397dd 100644
--- a/.github/workflows/get-rust-versions.yml
+++ b/.github/workflows/get-rust-versions.yml
@@ -18,7 +18,7 @@
                 value: ${{ jobs.get_versions.outputs.matrix }}
 
 env:
-    STABLE: "1.67.1"
+    STABLE: "1.68.0"
     NIGHTLY: "nightly-2023-03-04"
     OLD: "1.56.0"
 
diff --git a/plugin/src/main/resources/META-INF/plugin.xml b/plugin/src/main/resources/META-INF/plugin.xml
index 635df5a..af4493b 100644
--- a/plugin/src/main/resources/META-INF/plugin.xml
+++ b/plugin/src/main/resources/META-INF/plugin.xml
@@ -5,8 +5,8 @@
     <vendor>JetBrains</vendor>
 
     <change-notes><![CDATA[
-        <a href="https://intellij-rust.github.io/2023/02/27/changelog-189.html">
-                 https://intellij-rust.github.io/2023/02/27/changelog-189.html
+        <a href="https://intellij-rust.github.io/2023/03/13/changelog-190.html">
+                 https://intellij-rust.github.io/2023/03/13/changelog-190.html
     ]]>
     </change-notes>
 
diff --git a/src/main/resources/compiler-info/compiler-features.json b/src/main/resources/compiler-info/compiler-features.json
index 42f2dd9..ba5277b 100644
--- a/src/main/resources/compiler-info/compiler-features.json
+++ b/src/main/resources/compiler-info/compiler-features.json
@@ -93,6 +93,7 @@
   {"name":"min_const_generics","state":"accepted","since":"1.51.0"},
   {"name":"min_const_unsafe_fn","state":"accepted","since":"1.33.0"},
   {"name":"more_struct_aliases","state":"accepted","since":"1.16.0"},
+  {"name":"movbe_target_feature","state":"accepted","since":"1.70.0"},
   {"name":"move_ref_pattern","state":"accepted","since":"1.49.0"},
   {"name":"native_link_modifiers","state":"accepted","since":"1.61.0"},
   {"name":"native_link_modifiers_bundle","state":"accepted","since":"1.63.0"},
@@ -197,7 +198,6 @@
   {"name":"ermsb_target_feature","state":"active","since":"1.49.0"},
   {"name":"hexagon_target_feature","state":"active","since":"1.27.0"},
   {"name":"mips_target_feature","state":"active","since":"1.27.0"},
-  {"name":"movbe_target_feature","state":"active","since":"1.34.0"},
   {"name":"powerpc_target_feature","state":"active","since":"1.27.0"},
   {"name":"riscv_target_feature","state":"active","since":"1.45.0"},
   {"name":"rtm_target_feature","state":"active","since":"1.35.0"},