-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:Qiskit/qiskit-terra into small_chan…
…ge_docs/3
- Loading branch information
Showing
21 changed files
with
234 additions
and
126 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
[workspace] | ||
members = ["crates/*"] | ||
|
||
# This has no meaning until we're on Rust 1.64, but once we get there, the subpackages will be able | ||
# to inherit from this rather than needing to duplicate its content themselves. Until we get there, | ||
# keep this in sync with each subpackage `Cargo.toml`'s `package` key. | ||
[workspace.package] | ||
version = "0.45.0" | ||
edition = "2021" | ||
rust-version = "1.61" # Keep in sync with README.md and rust-toolchain.toml. | ||
rust-version = "1.64" # Keep in sync with README.md and rust-toolchain.toml. | ||
license = "Apache-2.0" | ||
|
||
[workspace.dependencies] | ||
pyo3 = { version = "0.19.2", features = ["extension-module", "abi3-py38"] } | ||
|
||
[profile.release] | ||
lto = 'fat' | ||
codegen-units = 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.