Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
oestradiol committed Sep 19, 2024
1 parent a0a3de7 commit 9e64589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async-trait = "0.1.80"
# DAG-CBOR codec
ipld-core = { version = "0.4.1", default-features = false, features = ["std"] }
serde_ipld_dagcbor = { version = "0.6.0", default-features = false, features = ["std"] }
cbor4ii = { version = "0.2.14", default-features = false, features = ["use_alloc"] }
cbor4ii = { version = "0.2.14", default-features = false }

# CAR files
rs-car = "0.4.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ fn commit() {
let body = Object {
data: Some(CommitData {
blobs: vec![],
blocks: vec![], // Invalid CAR file
blocks: vec![],
commit: CidLink(Cid::new_v1(
0x70,
Multihash::<64>::wrap(0x12, &[0; 64]).unwrap(),
Expand Down

0 comments on commit 9e64589

Please sign in to comment.