Skip to content

Commit 48d8160

Browse files
committed
chore: bump internal dependencies
1 parent 4425134 commit 48d8160

3 files changed

Lines changed: 33 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 29 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

oca-bundle/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ indexmap = { version = "2.12.0", features = ["serde"]}
2424
isolang = { version = "2.3.0", features = ["serde"] }
2525
lazy_static = "1.4.0"
2626
linked-hash-map = { version = "0.5.6", features = ["serde_impl"] }
27-
oca-ast = { version = "2.0.0-rc.2" }
28-
overlay-file = { version = "1.0.0-rc.2" }
27+
oca-ast = { version = "2.0.0-rc.3" }
28+
overlay-file = { version = "1.0.0-rc.3" }
2929
oca-file = { version = "2.0.0-rc.3" }
3030
paste = "1.0.11"
3131
piccolo = "0.3.3"

oca-file/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ sled = "0.34.7"
2626
serde = { version = "1.0", features = ["derive"] }
2727
indexmap = { version = "2.12.0", features = ["serde"]}
2828
recursion = "0.5.1"
29-
oca-ast = { version = "2.0.0-rc.2" }
30-
overlay-file = { version = "1.0.0-rc.2" }
29+
oca-ast = { version = "2.0.0-rc.3" }
30+
overlay-file = { version = "1.0.0-rc.3" }
3131

3232
[package.metadata.release]
3333
tag-name = "{{crate_name}}-v{{version}}"

0 commit comments

Comments
 (0)