Skip to content

Commit

Permalink
bump to 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
kindly committed Jun 22, 2024
1 parent 91dfbe5 commit 371039e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flatterer"
version = "0.19.17"
version = "0.19.18"
authors = ["David Raznick <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -14,9 +14,9 @@ serde_json = { version = "1.0.83", features = ["preserve_order"] }
pyo3 = { version = "0.18.3", features = ["extension-module", "eyre"] }
eyre = "0.6.8"
#libflatterer={path = "../libflatterer"}
libflatterer = "0.19.16"
libflatterer = "0.19.17"

flatterer-web = "0.19.16"
flatterer-web = "0.19.17"
#flatterer-web={path = "../flatterer-web"}

env_logger = "0.10.1"
Expand Down

0 comments on commit 371039e

Please sign in to comment.