Skip to content

Commit

Permalink
Bump version to 0.0.2
Browse files Browse the repository at this point in the history
This tags as a release a commit that the Qiskit QASM 3 importer can
depend on. Starting with the commit that hte QASM 3 importer depends on,
two commits have been added on top: A change in the README, and this commit
bumping the version.

After this. The importer can depend on version 0.0.2
  • Loading branch information
jlapeyre committed Jan 28, 2024
1 parent 9678194 commit 7f72d26
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
version = "0.0.1"
version = "0.0.2"
rust-version = "1.70"
edition = "2021"
license = "Apache-2.0"
Expand All @@ -15,8 +15,8 @@ repository = "https://github.com/Qiskit/openqasm3_parser"

[workspace.dependencies]
# local crates
oq3_lexer = { path = "crates/oq3_lexer", version = "0.0.1" }
oq3_parser = { path = "crates/oq3_parser", version = "0.0.1" }
oq3_syntax = { path = "crates/oq3_syntax", version = "0.0.1" }
oq3_semantics = { path = "crates/oq3_semantics", version = "0.0.1" }
oq3_source_file = { path = "crates/oq3_source_file", version = "0.0.1" }
oq3_lexer = { path = "crates/oq3_lexer", version = "0.0.2" }
oq3_parser = { path = "crates/oq3_parser", version = "0.0.2" }
oq3_syntax = { path = "crates/oq3_syntax", version = "0.0.2" }
oq3_semantics = { path = "crates/oq3_semantics", version = "0.0.2" }
oq3_source_file = { path = "crates/oq3_source_file", version = "0.0.2" }

0 comments on commit 7f72d26

Please sign in to comment.