Skip to content

Commit 46e6f74

Browse files
⬆️ Update cda-tum/mqt-core (#417)
This pull request updates the [cda-tum/mqt-core](https://github.com/cda-tum/mqt-core) dependency from munich-quantum-toolkit/core@78a8d6b (version v2.5.2) to munich-quantum-toolkit/core@2a7a929 (version v2.6.0). **Full Changelog**: munich-quantum-toolkit/core@78a8d6b...2a7a929 > [!NOTE] > This pull request was automatically created by a GitHub Actions workflow, which does not have permissions to trigger other workflows. > Manually close and reopen this pull request to trigger the dependent workflows. Co-authored-by: burgholzer <6358767+burgholzer@users.noreply.github.com>
1 parent 9214c16 commit 46e6f74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/ExternalDependencies.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ if(BUILD_MQT_DDSIM_BINDINGS)
2020
endif()
2121

2222
# cmake-format: off
23-
set(MQT_CORE_VERSION 2.5.2
23+
set(MQT_CORE_VERSION 2.6.0
2424
CACHE STRING "MQT Core version")
25-
set(MQT_CORE_REV "78a8d6bbecf10a2e09b994eb6705fd5d19415065"
25+
set(MQT_CORE_REV "2a7a92951fb67d0c4e795afbd17449063aa42d20"
2626
CACHE STRING "MQT Core identifier (tag, branch or commit hash)")
2727
set(MQT_CORE_REPO_OWNER "cda-tum"
2828
CACHE STRING "MQT Core repository owner (change when using a fork)")

0 commit comments

Comments
 (0)