Skip to content

Commit

Permalink
fix(hugr-core): Set initial version of hugr-core to 0.1.0 (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-q authored May 29, 2024
1 parent fd5f989 commit a29721d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hugr-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ categories = ["compilers"]
clap = {workspace = true, features = ["derive"]}
clap-stdin.workspace = true
clap-verbosity-flag.workspace = true
hugr-core = { path = "../hugr-core", version = "0.0.0" }
hugr-core = { path = "../hugr-core", version = "0.1.0" }
serde_json.workspace = true
thiserror.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion hugr-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hugr-core"
version = "0.0.0"
version = "0.1.0"
edition = { workspace = true }
rust-version = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion hugr-passes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["Quantum", "Quantinuum"]
categories = ["compilers"]

[dependencies]
hugr-core = { path = "../hugr-core", version = "0.0.0" }
hugr-core = { path = "../hugr-core", version = "0.1.0" }
itertools = { workspace = true }
lazy_static = { workspace = true }
paste = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion hugr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extension_inference = []
_cli = ["dep:hugr-cli"]

[dependencies]
hugr-core = { path = "../hugr-core", version = "0.0.0" }
hugr-core = { path = "../hugr-core", version = "0.1.0" }
hugr-passes = { path = "../hugr-passes", version = "0.1.0" }
hugr-cli = { path = "../hugr-cli", version = "0.1.0", optional = true }

Expand Down

0 comments on commit a29721d

Please sign in to comment.