Skip to content

Commit

Permalink
Feature num-traits was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Oct 11, 2024
1 parent 263b3f6 commit 5888f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository = "https://github.com/Kijewski/play-rinja"
license = "MIT OR Apache-2.0"

[dependencies]
rinja_derive_standalone = { version = "*", path = "rinja/rinja_derive_standalone", features = ["humansize", "num-traits", "serde_json", "urlencode"] }
rinja_derive_standalone = { version = "*", path = "rinja/rinja_derive_standalone", features = ["humansize", "serde_json", "urlencode"] }

console_error_panic_hook = "0.1.7"
once_cell = "1.19.0"
Expand Down

0 comments on commit 5888f29

Please sign in to comment.