Skip to content

Commit 255b740

Browse files
authored
feat: update quil-rs (#363)
1 parent 9f1ae30 commit 255b740

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tokio = "1.24.2"
1515
# be a `quil-py` tag and should match the version used in `crates/python/pyproject.toml`
1616
# The version must also be specified in order to publish to crates.io. Cargo enforces
1717
# that the specified version is the same as the version in the git repository.
18-
quil-rs = { version = "0.21.1", git = "https://github.com/rigetti/quil-rs", tag = "quil-py/v0.5.2" }
18+
quil-rs = { version = "0.21.2", git = "https://github.com/rigetti/quil-rs", tag = "quil-py/v0.5.3" }
1919

2020
# ndarray is used by the `qcs` crate, but it is also used in the `python` crate via a
2121
# re-export through the numpy crate. They should be updated as a pair to keep both

crates/python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.11",
2121
"Operating System :: OS Independent",
2222
]
23-
dependencies = ["quil==0.5.2"]
23+
dependencies = ["quil==0.5.3"]
2424

2525
# PEP 621 specifies the [project] table as the source for project metadata. However, Poetry only supports [tool.poetry]
2626
# We can remove this table once this issue is resolved: https://github.com/python-poetry/poetry/issues/3332

0 commit comments

Comments
 (0)