Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andrej Orsula <orsula.andrej@gmail.com>
  • Loading branch information
AndrejOrsula committed Jan 23, 2024
1 parent 1535772 commit ab4aa57
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/AndrejOrsula/pyo3_bindgen"
rust-version = "1.70"
version = "0.1.1"
version = "0.2.0"

[workspace.dependencies]
pyo3_bindgen = { path = "pyo3_bindgen", version = "0.1.1" }
pyo3_bindgen_engine = { path = "pyo3_bindgen_engine", version = "0.1.1" }
pyo3_bindgen_macros = { path = "pyo3_bindgen_macros", version = "0.1.1" }
pyo3_bindgen = { path = "pyo3_bindgen", version = "0.2.0" }
pyo3_bindgen_engine = { path = "pyo3_bindgen_engine", version = "0.2.0" }
pyo3_bindgen_macros = { path = "pyo3_bindgen_macros", version = "0.2.0" }

assert_cmd = { version = "2" }
clap = { version = "4.4", features = ["derive"] }
Expand Down

0 comments on commit ab4aa57

Please sign in to comment.