Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kurotych committed Apr 14, 2024
1 parent dccbf13 commit 6d7f0f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sqlant"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = "MIT"
repository = "https://github.com/kurotych/sqlant"
Expand All @@ -11,7 +11,7 @@ description = "Generate PlantUML/Mermaid ER diagram textual description from SQL
authors = ["Anatolii Kurotych <[email protected]>"]

[dependencies]
async-trait = "*"
async-trait = "0.1"
thiserror = "1.0"
tinytemplate = "1.2"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 6d7f0f7

Please sign in to comment.