Skip to content

Commit

Permalink
Update to bigdecimal 0.2 and num-bigint 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius de Bruijn authored and abonander committed Nov 5, 2020
1 parent 333ee69 commit 25e7292
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
21 changes: 16 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sqlx-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ahash = "0.5"
atoi = "0.3.2"
sqlx-rt = { path = "../sqlx-rt", version = "0.1.1" }
base64 = { version = "0.13.0", default-features = false, optional = true, features = [ "std" ] }
bigdecimal_ = { version = "0.1.0", optional = true, package = "bigdecimal" }
bigdecimal_ = { version = "0.2.0", optional = true, package = "bigdecimal" }
rust_decimal = { version = "1.7.0", optional = true }
bit-vec = { version = "0.6.2", optional = true }
bitflags = { version = "1.2.1", default-features = false }
Expand All @@ -73,7 +73,7 @@ libsqlite3-sys = { version = "0.20.1", optional = true, default-features = false
log = { version = "0.4.8", default-features = false }
md-5 = { version = "0.9.0", default-features = false, optional = true }
memchr = { version = "2.3.3", default-features = false }
num-bigint = { version = "0.2.0", default-features = false, optional = true, features = [ "std" ] }
num-bigint = { version = "0.3.0", default-features = false, optional = true, features = [ "std" ] }
once_cell = "1.4.0"
percent-encoding = "2.1.0"
parking_lot = "0.11.0"
Expand Down

0 comments on commit 25e7292

Please sign in to comment.