Skip to content

Commit ec069fc

Browse files
committed
new version
1 parent 45a55d5 commit ec069fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ doctest = false
1919
members = ["postgres-from-row-derive"]
2020

2121
[workspace.package]
22-
version = "0.1.0"
22+
version = "0.2.0"
2323
authors = ["Remo Pas <remo.pas22@gmail.com>"]
2424
edition = "2021"
2525
repository = "https://github.com/remkop22/postgres-from-row"
@@ -29,7 +29,7 @@ keywords = ["postgres", "postgres-tokio", "postgresql", "from-row", "mapper"]
2929
categories = ["database", "parsing", "data-structures"]
3030

3131
[workspace.dependencies]
32-
postgres-from-row-derive = { path = "postgres-from-row-derive", version = "=0.1.0" }
32+
postgres-from-row-derive = { path = "postgres-from-row-derive", version = "=0.2.0" }
3333

3434
[features]
3535
default = ["postgres"]

0 commit comments

Comments
 (0)