Skip to content

Commit 935964a

Browse files
authored
Bump rustworkx to 0.17.1 [full build] (#316)
1 parent 5cfc6dc commit 935964a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

packages/rustworkx/meta.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
package:
22
name: rustworkx
3-
version: 0.17.0a3
3+
version: 0.17.1
44
top-level:
55
- rustworkx
66
tag:
77
- rust
88
source:
9-
url: https://github.com/IvanIsCoding/rustworkx/releases/download/v0.17.0a3/rustworkx-0.17.0a3.tar.gz
10-
sha256: 8bd0c295134e2b0c03808d4e69428b41153849db6488839084a78793c337f191
9+
url: https://github.com/Qiskit/rustworkx/archive/refs/tags/0.17.1.tar.gz
10+
sha256: dc248da9cc364b81ac67f5d67b626ee3f03a1f6299f7a9b4d0a0501548715365
1111
build:
12-
script: export RUSTFLAGS="$RUSTFLAGS -C target-feature=+atomics,+bulk-memory,+mutable-globals"
12+
script: |
13+
rustup component add rust-src
14+
export RUSTFLAGS="$RUSTFLAGS -C target-feature=+atomics,+bulk-memory,+mutable-globals"
1315
requirements:
1416
executable:
1517
- rustup

0 commit comments

Comments
 (0)