Skip to content

Commit

Permalink
feat: Update quil-rs/py to 0.23.3/0.6.3 (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV authored Dec 14, 2023
1 parent fe637ea commit 779afaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tokio = "1.34.0"
# be a `quil-py` tag and should match the version used in `crates/python/pyproject.toml`
# The version must also be specified in order to publish to crates.io. Cargo enforces
# that the specified version is the same as the version in the git repository.
quil-rs = { version = "0.22.2", git = "https://github.com/rigetti/quil-rs", tag = "quil-py/v0.6.2" }
quil-rs = { version = "0.22.3", git = "https://github.com/rigetti/quil-rs", tag = "quil-py/v0.6.3" }

# ndarray is used by the `qcs` crate, but it is also used in the `python` crate via a
# re-export through the numpy crate. They should be updated as a pair to keep both
Expand Down
2 changes: 1 addition & 1 deletion crates/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
]
dependencies = ["quil==0.6.2"]
dependencies = ["quil==0.6.3"]

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

0 comments on commit 779afaf

Please sign in to comment.