Skip to content

Commit

Permalink
Feature humansize was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Nov 11, 2024
1 parent 86d38e7 commit e4017e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ 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", "serde_json", "urlencode"] }
rinja_derive_standalone = { version = "*", path = "rinja/rinja_derive_standalone", features = ["serde_json", "urlencode"] }

console_error_panic_hook = "0.1.7"
once_cell = "1.19.0"
prettyplease = "0.2.20"
proc-macro2 = { version = "1.0.86", default-features = false }
syn = { version = "2.0.77", default-features = false, features = ["full", "parsing", "printing"] }
once_cell = "1.20.2"
prettyplease = "0.2.25"
proc-macro2 = { version = "1.0.89", default-features = false }
syn = { version = "2.0.87", default-features = false, features = ["full", "parsing", "printing"] }
syntect = { version = "5.2.0", default-features = false, features = ["parsing", "regex-fancy"] }
syntect-assets = { version = "0.23.6", default-features = false, features = ["regex-fancy"] }
wasm-bindgen = "0.2.93"
wasm-bindgen = "0.2.95"
yew = { version = "0.21.0", features = ["csr"] }

[dependencies.web-sys]
version = "0.3.70"
version = "0.3.72"
features = [
"DomTokenList",
"HtmlDialogElement",
Expand Down
2 changes: 1 addition & 1 deletion rinja
Submodule rinja updated 173 files

0 comments on commit e4017e5

Please sign in to comment.