Skip to content

Commit 371039e

Browse files
committed
bump to 0.19
1 parent 91dfbe5 commit 371039e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flatterer"
3-
version = "0.19.17"
3+
version = "0.19.18"
44
authors = ["David Raznick <kindly@gmail.com>"]
55
edition = "2021"
66
license = "MIT"
@@ -14,9 +14,9 @@ serde_json = { version = "1.0.83", features = ["preserve_order"] }
1414
pyo3 = { version = "0.18.3", features = ["extension-module", "eyre"] }
1515
eyre = "0.6.8"
1616
#libflatterer={path = "../libflatterer"}
17-
libflatterer = "0.19.16"
17+
libflatterer = "0.19.17"
1818

19-
flatterer-web = "0.19.16"
19+
flatterer-web = "0.19.17"
2020
#flatterer-web={path = "../flatterer-web"}
2121

2222
env_logger = "0.10.1"

0 commit comments

Comments
 (0)