Skip to content

Commit

Permalink
chore: bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nlopes committed Jan 18, 2024
1 parent dc79e7d commit e084131
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 = "database-schema"
version = "0.1.2"
version = "0.2.0"
edition = "2021"
description = "A library to dump a database schema into a file in SQL format"
documentation = "https://docs.rs/database-schema"
Expand Down Expand Up @@ -42,7 +42,7 @@ sqlx = { version = "0.7", features = ["migrate", "macros"], optional = true, def
thiserror = "1"
tokio = { version = "1", features = ["rt-multi-thread"], optional = true, default-features = false }
tracing = { version = "0.1", default-features = false }
url = { version = "2.1", optional = true }
url = { version = "2.5", optional = true }

[dev-dependencies]
tokio = { version = "1", features = ["rt", "macros"], default-features = false }
Expand Down

0 comments on commit e084131

Please sign in to comment.