Upgrade deps
This commit is contained in:
parent
7c73d32ffa
commit
09055da93c
5 changed files with 32 additions and 22 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "median-accumulator"
|
||||
version = "0.4.0"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
authors = ["tuxmain <tuxmain@zettascript.org>"]
|
||||
license = "AGPL-3.0-only"
|
||||
repository = "https://git.txmn.tk/tuxmain/median-accumulator"
|
||||
|
|
@ -11,7 +11,7 @@ categories = ["algorithms", "data-structures", "no-std"]
|
|||
keywords = ["median"]
|
||||
|
||||
[dependencies]
|
||||
cc-traits = { version = "2.0.0", default_features = false }
|
||||
cc-traits = { version = "2.0.0", default-features = false }
|
||||
smallvec = { version = "^1.6", optional = true }
|
||||
|
||||
[features]
|
||||
|
|
@ -21,9 +21,9 @@ smallvec = ["dep:smallvec", "cc-traits/smallvec"]
|
|||
default = ["std"]
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = { version = "0.5.1", features = ["html_reports"] }
|
||||
criterion = { version = "0.8.2", features = ["html_reports"] }
|
||||
medianheap = "0.4.1"
|
||||
rand = "0.8.5"
|
||||
rand = "0.10"
|
||||
smallvec = "^1.6"
|
||||
|
||||
[[bench]]
|
||||
|
|
|
|||
Loading…
Reference in a new issue