Fix #186 Expose Bucket to prevent compile error in Rust <= 1.73

This commit is contained in:
Kevin Guthrie 2024-04-05 18:06:30 -04:00 committed by Yuchen Wu
parent fec2f1e5e6
commit 75859b01fe
2 changed files with 2 additions and 2 deletions

2
.bleep
View file

@ -1 +1 @@
e5fa2a58cacd97f90175b4084f3b3057466fd542
5fa74f2bf1f95b283bbeb819687777d5592218ee

View file

@ -121,7 +121,7 @@ pub struct KV<T> {
}
// the data and its metadata
struct Bucket<T> {
pub struct Bucket<T> {
uses: Uses,
queue: Location,
weight: Weight,