Skip to content

Commit 48de51b

Browse files
authored
Merge pull request #34 from orxfun/dual-license-crates
dual-license-crates
2 parents e883b1f + 20a9fd0 commit 48de51b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "orx-priority-queue"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
edition = "2021"
55
authors = ["orxfun <[email protected]>"]
66
description = "Priority queue traits and high performance d-ary heap implementations."
7-
license = "MIT"
7+
license = "MIT OR Apache-2.0"
88
repository = "https://github.com/orxfun/orx-priority-queue/"
99
keywords = ["priority", "queue", "heap", "dary", "binary"]
1010
categories = ["algorithms", "data-structures", "mathematics", "no-std"]
@@ -23,7 +23,7 @@ name = "basic_queue"
2323
harness = false
2424

2525
[dev-dependencies]
26-
itertools = "0.13"
27-
rand = "0.8"
28-
rand_chacha = "0.3"
26+
itertools = "0.14"
27+
rand = "0.9"
28+
rand_chacha = "0.9"
2929
criterion = { version = "0.5", features = ["html_reports"] }

0 commit comments

Comments
 (0)