Skip to content

Commit

Permalink
Merge pull request #62 from hackerchai/master
Browse files Browse the repository at this point in the history
feat: bump version 0.4.2
  • Loading branch information
hackerchai committed Aug 19, 2021
2 parents 020cb85 + 8013a8a commit b06c63c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sqlx-adapter"
version = "0.4.1"
version = "0.4.2"
authors = ["Eason Chai <hackerchai.com@gmail.com>","Cheng JIANG <jiang.cheng@vip.163.com>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -9,11 +9,11 @@ homepage= "https://github.com/casbin-rs/sqlx-adapter"
readme= "README.md"

[dependencies]
casbin = { version = "2.0.6", default-features = false }
sqlx = { version = "0.5.2", default-features = false, features = [ "macros" ] }
async-trait = "0.1.50"
casbin = { version = "2.0.8", default-features = false }
sqlx = { version = "0.5.6", default-features = false, features = [ "macros" ] }
async-trait = "0.1.51"
dotenv = { version = "0.15.0", default-features = false }
tokio = { version = "1.5.0", default-features = false, optional = true }
tokio = { version = "1.10.0", default-features = false, optional = true }
async-std = { version = "1.9.0", default-features = false, optional = true }
actix-rt = { version = "2.2.0", default-features = false, optional = true }

Expand Down Expand Up @@ -41,7 +41,7 @@ offline = ["sqlx/offline"]

[dev-dependencies]
async-std = { version = "1.9.0", features = [ "attributes" ] }
tokio = { version = "1.5.0", features = [ "full" ] }
tokio = { version = "1.10.0", features = [ "full" ] }
actix-rt = { version = "2.2.0" }

[profile.release]
Expand Down

0 comments on commit b06c63c

Please sign in to comment.