We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bbfb79 commit 10f17ecCopy full SHA for 10f17ec
Cargo.toml
@@ -5,13 +5,13 @@ default-members = ["tui", "core"]
5
6
[workspace.package]
7
authors = ["Taehoon Moon <taehoon.moon@outlook.com>"]
8
-version = "0.3.1"
+version = "0.3.2"
9
edition = "2021"
10
license = "Apache-2.0"
11
repository = "https://github.com/gluesql/glues"
12
13
[workspace.dependencies]
14
-glues-core = { path = "./core", version = "0.3.1" }
+glues-core = { path = "./core", version = "0.3.2" }
15
16
[workspace.dependencies.gluesql]
17
version = "0.16.2"
0 commit comments