Skip to content

Commit

Permalink
feat: bump to oca-rs 0.4.1-rc.1
Browse files Browse the repository at this point in the history
- Include support for references and new internal data model
- Main endpoint impacted by those changes is get oca bundle
  • Loading branch information
mitfik committed Jan 3, 2024
1 parent c60ae9b commit d09b8de
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dyn-clonable = "0.9.0"
indexmap = { version = "1.9.3", features = ["serde"] }
isolang = "2.3.0"
oca-parser-xls = { version = "2.0.0-rc.2", optional = true }
oca-rs = { version = "0.3.7", path = "../oca-rs/oca" }
oca-rs = { version = "0.4.1-rc.1" }
rusqlite = "0.29.0"
serde = { version = "1.0", features = ["derive"] }
serde-value = "0.7.0"
Expand Down

0 comments on commit d09b8de

Please sign in to comment.