Skip to content

Commit

Permalink
Merge pull request #22 from okx/yz/decimal
Browse files Browse the repository at this point in the history
fix decmial
  • Loading branch information
wanyvic authored May 10, 2023
2 parents 535fdd4 + db6dad8 commit b5e72a6
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 299 deletions.
184 changes: 12 additions & 172 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ redb = "0.13.0"
regex = "1.6.0"
rss = "2.0.1"
rust-embed = "6.4.0"
rust_decimal = { version = "1.29.1", features = ["maths"] }
rustls = "0.20.6"
rustls-acme = { version = "0.5.0", features = ["axum"] }
serde = { version = "1.0.137", features = ["derive"] }
Expand All @@ -61,6 +60,7 @@ tokio-util = {version = "0.7.3", features = ["compat"] }
tower-http = { version = "0.3.3", features = ["compression-br", "compression-gzip", "cors", "set-header"] }
unic-emoji-char = "0.9.0"
bincode = "1.3.3"
bigdecimal = "0.3.1"

[dev-dependencies]
executable-path = "1.0.0"
Expand Down
Loading

0 comments on commit b5e72a6

Please sign in to comment.