Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Sep 4, 2021
1 parent a9d9b49 commit 44c2e6d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [".", "sea-orm-macros", "sea-orm-codegen"]

[package]
name = "sea-orm"
version = "0.2.0"
version = "0.2.1"
authors = ["Chris Tsang <[email protected]>"]
edition = "2018"
description = "🐚 An async & dynamic ORM for Rust"
Expand Down Expand Up @@ -34,8 +34,6 @@ sea-strum = { version = "^0.21", features = ["derive", "sea-orm"] }
serde = { version = "^1.0", features = ["derive"] }
serde_json = { version = "^1", optional = true }
sqlx = { version = "^0.5", optional = true }
sqlx-core = { version = "^0.5", optional = true }
sqlx-macros = { version = "^0.5", optional = true }
uuid = { version = "0.8", features = ["serde", "v4"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 44c2e6d

Please sign in to comment.