Skip to content

Commit ed5c8ec

Browse files
committed
Bump workspace to v0.4.1
Republish all 13 crates with the corrected README (audited code examples, accurate op/gate counts) and the DataType re-export fix in lift-core::model_builder.
1 parent bbdc7d2 commit ed5c8ec

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ members = [
1818
]
1919

2020
[workspace.package]
21-
version = "0.4.0"
21+
version = "0.4.1"
2222
edition = "2021"
2323
rust-version = "1.80"
2424
license = "MIT"
@@ -28,17 +28,17 @@ description = "LIFT — Language for Intelligent Frameworks and Technologies: Un
2828

2929
[workspace.dependencies]
3030
# Internal crates
31-
lift-core = { path = "crates/lift-core", version = "0.4.0" }
32-
lift-ast = { path = "crates/lift-ast", version = "0.4.0" }
33-
lift-tensor = { path = "crates/lift-tensor", version = "0.4.0" }
34-
lift-quantum = { path = "crates/lift-quantum", version = "0.4.0" }
35-
lift-hybrid = { path = "crates/lift-hybrid", version = "0.4.0" }
36-
lift-sim = { path = "crates/lift-sim", version = "0.4.0" }
37-
lift-predict = { path = "crates/lift-predict", version = "0.4.0" }
38-
lift-opt = { path = "crates/lift-opt", version = "0.4.0" }
39-
lift-import = { path = "crates/lift-import", version = "0.4.0" }
40-
lift-export = { path = "crates/lift-export", version = "0.4.0" }
41-
lift-config = { path = "crates/lift-config", version = "0.4.0" }
31+
lift-core = { path = "crates/lift-core", version = "0.4.1" }
32+
lift-ast = { path = "crates/lift-ast", version = "0.4.1" }
33+
lift-tensor = { path = "crates/lift-tensor", version = "0.4.1" }
34+
lift-quantum = { path = "crates/lift-quantum", version = "0.4.1" }
35+
lift-hybrid = { path = "crates/lift-hybrid", version = "0.4.1" }
36+
lift-sim = { path = "crates/lift-sim", version = "0.4.1" }
37+
lift-predict = { path = "crates/lift-predict", version = "0.4.1" }
38+
lift-opt = { path = "crates/lift-opt", version = "0.4.1" }
39+
lift-import = { path = "crates/lift-import", version = "0.4.1" }
40+
lift-export = { path = "crates/lift-export", version = "0.4.1" }
41+
lift-config = { path = "crates/lift-config", version = "0.4.1" }
4242

4343
# External dependencies
4444
slotmap = { version = "1.0", features = ["serde"] }

0 commit comments

Comments
 (0)