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 6e6b4f6705
commit a23d4d8ef1
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 // the data and its metadata
struct Bucket<T> { pub struct Bucket<T> {
uses: Uses, uses: Uses,
queue: Location, queue: Location,
weight: Weight, weight: Weight,