Skip to content

Commit

Permalink
Update to kurbo 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Feb 28, 2023
1 parent 184f741 commit ea1dda6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "kurbopy"
version = "0.8.32"
version = "0.9.0"
authors = ["Simon Cozens <[email protected]>"]
edition = "2021"

[dependencies]
kurbo = { version = "0.8.3" }
kurbo = { version = "0.9.0" }
pyo3 = { version = "^0.18", features = ["extension-module", "abi3-py37"] }
itertools = "0.10.3"

Expand Down

0 comments on commit ea1dda6

Please sign in to comment.