Skip to content

Commit

Permalink
feat: get rid of the boring dep
Browse files Browse the repository at this point in the history
  • Loading branch information
roberts-pumpurs committed Sep 8, 2024
1 parent 31eca1e commit d717974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 91 deletions.
91 changes: 1 addition & 90 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 @@ -63,7 +63,7 @@ url = "2"
rand = { version = "0.8", features = ["small_rng"] }
thiserror = "1"
typed-builder = "0.18"
jwt-simple = "0.12"
jwt-simple = { version = "0.12", default-features = false, features = ["pure-rust"] }
rust_decimal_macros = "1"
rust_decimal = { version = "1", features = ["maths"] }
arrayvec = "0.7"
Expand Down

0 comments on commit d717974

Please sign in to comment.