We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4570cd1 commit ef9f862Copy full SHA for ef9f862
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "reshape"
3
-version = "0.6.1"
+version = "0.7.0"
4
description = "An easy-to-use, zero-downtime schema migration tool for Postgres"
5
homepage = "https://github.com/fabianlindfors/reshape"
6
documentation = "https://github.com/fabianlindfors/reshape"
@@ -23,4 +23,4 @@ version = "3.0.0"
23
colored = "2"
24
rand = "0.8"
25
dotenv = "0.15.0"
26
-lexical-sort = "0.3.1"
+lexical-sort = "0.3.1"
0 commit comments