Skip to content

Commit

Permalink
Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Jan 27, 2024
1 parent a244ec5 commit 651da69
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 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 vl-convert-pdf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vl-convert-pdf"
version = "1.2.2"
version = "1.2.3"
edition = "2021"
license = "BSD-3-Clause"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions vl-convert-python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vl-convert-python"
version = "1.2.2"
version = "1.2.3"
edition = "2021"
license = "BSD-3-Clause"
readme = "README.md"
Expand All @@ -17,7 +17,7 @@ name = "vl_convert"
crate-type = ["cdylib"]

[dependencies]
vl-convert-rs = { path = "../vl-convert-rs", version= "1.0.1-rc1" }
vl-convert-rs = { path = "../vl-convert-rs", version= "1.2.3" }
pyo3 = { version = "0.20.0", features = ["extension-module", "anyhow", "abi3-py37"] }
lazy_static = "1.4.0"
futures = "0.3.28"
Expand Down
4 changes: 2 additions & 2 deletions vl-convert-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vl-convert-rs"
version = "1.2.2"
version = "1.2.3"
edition = "2021"
license = "BSD-3-Clause"
readme = "README.md"
Expand All @@ -10,7 +10,7 @@ description = "Library for converting Vega-Lite visualization specifications to
keywords = ["Visualization", "Vega", "Vega-Lite"]

[dependencies]
vl-convert-pdf = {path= "../vl-convert-pdf", version= "1.0.1-rc1" }
vl-convert-pdf = {path= "../vl-convert-pdf", version= "1.2.3" }

# Deno 1.38.4. Before updating deno_runtime/deno_core, see note in DEVELOP.md
deno_runtime = "0.134.0"
Expand Down
2 changes: 1 addition & 1 deletion vl-convert-vendor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vl-convert-vendor"
version = "1.2.2"
version = "1.2.3"
edition = "2021"
license = "BSD-3-Clause"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions vl-convert/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vl-convert"
version = "1.2.2"
version = "1.2.3"
edition = "2021"
license = "BSD-3-Clause"
readme = "README.md"
Expand All @@ -12,7 +12,7 @@ keywords = ["Visualization", "Vega", "Vega-Lite"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
vl-convert-rs = {path= "../vl-convert-rs", version= "1.0.1-rc1" }
vl-convert-rs = {path= "../vl-convert-rs", version= "1.2.3" }
tokio = {version="1.32", features=["macros", "rt-multi-thread"]}
serde_json = "1.0.106"
clap = {version="4.4.2", features=["derive"]}
Expand Down

0 comments on commit 651da69

Please sign in to comment.