Skip to content

Commit 89b8b44

Browse files
committed
chore: release 2.0.0-rc.3 version
1 parent 32ae13a commit 89b8b44

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
@@ -26,7 +26,7 @@ lazy_static = "1.4.0"
2626
linked-hash-map = { version = "0.5.6", features = ["serde_impl"] }
2727
oca-ast = { version = "2.0.0-rc.2" }
2828
overlay-file = { version = "1.0.0-rc.2" }
29-
oca-file = { version = "2.0.0-rc.2", path = "../oca-file/" }
29+
oca-file = { version = "2.0.0-rc.3", path = "../oca-file/" }
3030
paste = "1.0.11"
3131
piccolo = "0.3.3"
3232
regex = "1.5.4"

oca-file/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oca-file"
3-
version = "2.0.0-rc.2"
3+
version = "2.0.0-rc.3"
44
edition = "2024"
55
authors = [ "Human Colossus Community <contact@humancolossus.org>" ]
66
license = "EUPL-1.2"

oca-store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ isolang = "2.3.0"
2121
oca-ast = { version = "2.0.0-rc.2" }
2222
oca-bundle = { version = "2.0.0-rc.2", path = "../oca-bundle" }
2323
oca-dag = { version = "2.0.0-rc.2", path = "../oca-dag" }
24-
oca-file = { version = "2.0.0-rc.2", path = "../oca-file" }
24+
oca-file = { version = "2.0.0-rc.3", path = "../oca-file" }
2525
overlay-file = { version = "1.0.0-rc.2" }
2626
# transformation-file = { version = "2.0.0-rc2", path = "../transformation/transformation-file" }
2727
regex = "1.9.5"

0 commit comments

Comments
 (0)