Skip to content

Commit cef0292

Browse files
committed
chore: Release
1 parent c906270 commit cef0292

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

oca-bundle/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "oca-bundle"
33
description = "Rust implementation of Overlays Capture Architecture bundle"
4-
version = "2.0.0-rc.3"
4+
version = "2.0.0-rc.4"
55
license = "EUPL-1.2"
66
edition = "2024"
77
authors = [ "Human Colossus Community <contact@humancolossus.org>" ]

oca-dag/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dyn-clonable = "0.9.0"
1919
indexmap = { version = "2.12.0", features = ["serde"] }
2020
isolang = { version = "2.3.0", features = ["serde"] }
2121
oca-ast = { version = "2.0.0-rc.2" }
22-
oca-bundle = { version = "2.0.0-rc.3", path = "../oca-bundle" }
22+
oca-bundle = { version = "2.0.0-rc.4", path = "../oca-bundle" }
2323
overlay-file = { version = "1.0.0-rc.2" }
2424
said = { version = "0.5.2" }
2525
serde = { version = "1.0", features = ["derive"] }

oca-store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ local-references = []
1919
dyn-clonable = "0.9.0"
2020
isolang = "2.3.0"
2121
oca-ast = { version = "2.0.0-rc.2" }
22-
oca-bundle = { version = "2.0.0-rc.3", path = "../oca-bundle" }
22+
oca-bundle = { version = "2.0.0-rc.4", path = "../oca-bundle" }
2323
oca-dag = { version = "2.0.0-rc.2", path = "../oca-dag" }
2424
oca-file = { version = "2.0.0-rc.3", path = "../oca-file" }
2525
overlay-file = { version = "1.0.0-rc.2" }

0 commit comments

Comments
 (0)