Skip to content

Commit

Permalink
Merge pull request #18 from Qrlew/fix_datasets_with
Browse files Browse the repository at this point in the history
fixing dataset builders
  • Loading branch information
ngrislain authored Oct 4, 2024
2 parents cf13714 + 028678d commit 5716804
Show file tree
Hide file tree
Showing 3 changed files with 702 additions and 162 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Nicolas Grislain <ng@sarus.tech>"]
name = "qrlew-sarus"
version = "0.9.21"
version = "0.9.24"
edition = "2021"
description = "Qrlew - Sarus interfaces"
documentation = "https://docs.rs/qrlew-sarus"
Expand All @@ -15,7 +15,7 @@ keywords = ["sql", "data"]
crate-type = ["rlib", "cdylib"]

[dependencies]
qrlew = "0.9.21"
qrlew = "0.9.24"
anyhow = "1.0"
log = "0.4"
env_logger = "0.11"
Expand All @@ -29,7 +29,7 @@ protobuf = "=3.4.0"
protobuf-json-mapping = "3.3.0"

[dev-dependencies]
qrlew = { version = "0.9.17", features = ["graphviz_display"] }
qrlew = { version = "0.9.24", features = ["graphviz_display"] }

[build-dependencies]
anyhow = "1.0"
Expand Down
Loading

0 comments on commit 5716804

Please sign in to comment.