Skip to content

Commit

Permalink
Downgrade max bigdecimal version as the new version is incompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Mar 5, 2021
1 parent 2a612f0 commit cead1a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions diesel/Cargo.toml
Expand Up @@ -26,10 +26,10 @@ url = { version = "1.4.0", optional = true }
uuid = { version = ">=0.2.0, <0.7.0", optional = true, features = ["use_std"] }
uuidv07 = { version = ">=0.7.0, <0.9.0", optional = true, package = "uuid"}
ipnetwork = { version = ">=0.12.2, <0.18.0", optional = true }
num-bigint = { version = ">=0.1.41, <0.4", optional = true }
num-bigint = { version = ">=0.1.41, <0.3", optional = true }
num-traits = { version = ">=0.1.37, <0.3", optional = true }
num-integer = { version = ">=0.1.33, <0.3", optional = true }
bigdecimal = { version = ">= 0.0.10, < 0.3.0", optional = true }
bigdecimal = { version = ">= 0.0.10, < 0.2.0", optional = true }
bitflags = { version = "1.0", optional = true }
r2d2 = { version = ">= 0.8, < 0.9", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion diesel_tests/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ quickcheck = { version = "0.4", features = ["unstable"] }
uuid = { version = ">=0.7.0, <0.9.0" }
serde_json = { version=">=0.9, <2.0" }
ipnetwork = ">=0.12.2, <0.18.0"
bigdecimal = ">= 0.0.10, < 0.3.0"
bigdecimal = ">= 0.0.10, < 0.2.0"

[features]
default = []
Expand Down

0 comments on commit cead1a3

Please sign in to comment.