fix: 调整cargo引用 & Endpoint修改

This commit is contained in:
shiro.lee
2024-06-25 23:28:05 +08:00
parent 918a263fd0
commit 2681bbd08f
8 changed files with 111 additions and 86 deletions
+2 -2
View File
@@ -73,8 +73,8 @@ mod test {
use super::*;
#[tokio::test]
async fn test_erasure() {
#[test]
fn test_erasure() {
let data_shards = 3;
let parity_shards = 2;
let data: &[u8] = &[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11];