Skip to content

Commit

Permalink
Regen hello world data
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Oct 22, 2023
1 parent 14c2184 commit f37b8a5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified provider/adapters/tests/data/blob.postcard
Binary file not shown.
2 changes: 1 addition & 1 deletion provider/blob/src/export/blob_exporter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ impl<'w> BlobExporter<'w> {
unique_resources: Mutex::new(HashMap::new()),
all_keys: Mutex::new(Vec::new()),
sink,
version: VersionConfig::V001,
version: VersionConfig::V002,
}
}

Expand Down
Binary file modified provider/blob/tests/data/hello_world.postcard
Binary file not shown.

0 comments on commit f37b8a5

Please sign in to comment.