Skip to content

Commit 5b5987b

Browse files
aborgna-qGianmarco Garrisi
authored andcommitted
Specify MSRV
1 parent 74a99a4 commit 5b5987b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ keywords = ["priority", "queue", "heap"]
1010
categories = ["data-structures", "algorithms"]
1111
license = "LGPL-3.0-or-later OR MPL-2.0"
1212
edition = "2024"
13+
rust-version = "1.85"
1314

1415
[build-dependencies]
1516
autocfg = "1"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[![crate](https://img.shields.io/crates/v/priority-queue.svg)](https://crates.io/crates/priority-queue)
33
[![Build](https://github.com/garro95/priority-queue/actions/workflows/build.yml/badge.svg)](https://github.com/garro95/priority-queue/actions/workflows/build.yml)
44
[![Test](https://github.com/garro95/priority-queue/actions/workflows/test.yml/badge.svg)](https://github.com/garro95/priority-queue/actions/workflows/test.yml)
5+
![MSRV](https://img.shields.io/crates/msrv/priority-queue)
56

67
This crate implements a Priority Queue with a function to change the priority of an object.
78
Priority and items are stored in an `IndexMap` and the queue is implemented as a Heap of indexes.

0 commit comments

Comments
 (0)