Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: John Lapeyre <jlapeyre@users.noreply.github.com>
  • Loading branch information
mtreinish and jlapeyre committed May 4, 2023
1 parent abf9445 commit 0f763f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion releasenotes/notes/0.24/bump-msrv-f6f2bd42b9636b5e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ upgrade:
The minimum supported Rust version (MSRV) has been increased from 1.56.1
to 1.61.0. If you're are building Qiskit from source you will now need to
ensure that you have at least Rust 1.61.0 installed to be able to build
Qiskit. This change was made as several upstream dependencies have increased
Qiskit. This change was made because several upstream dependencies have increased
their MSRVs.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ fixes:
Fixed an issue when using the :mod:`~qiskit.pulse` macro
:func:`~qiskit.pulse.macros.measure` when working with a
:class:`.BackendV2` based backend. Previously, trying to use
:func:`qiskit.pulse.macros.measure` with :class:`.BackendV2`
:func:`qiskit.pulse.macros.measure` with a :class:`.BackendV2`
based backend would have resulted in an error.
Fixed `#9488 <https://github.com/Qiskit/qiskit-terra/issues/9488>`__

0 comments on commit 0f763f6

Please sign in to comment.