1
0
forked from ROMEO/nexosim

Prepare release v0.2.1 (2nd attempt)

This commit is contained in:
Serge Barral 2024-03-06 19:41:34 +01:00
parent d2f165abc7
commit b1a6ae829f
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
[workspace]
members = ["asynchronix"]
resolver = "2"

View File

@ -1,6 +1,6 @@
//! Associative priority queue.
use std::cmp::{Eq, Ord, Ordering, PartialOrd};
use std::cmp::Ordering;
use std::collections::BinaryHeap;
/// A key-value pair ordered by keys in inverse order, with epoch-based ordering