Skip to content

Commit

Permalink
Preparing release of 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Jun 9, 2023
1 parent e8b7aca commit 24d6a2a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "substreams-database-change"
version = "1.1.0"
version = "1.1.1"
edition = "2021"
description = "Substreams database change containg helpers"
authors = ["StreamingFast Contributors <team@streamingfast.io>"]
Expand Down
3 changes: 0 additions & 3 deletions src/change.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,6 @@ mod test {
new_value: Vec::from("bytes2"),
};

let value: Vec<u8> = vec![0x01, 0x02];
let field = (&value, &value).to_field("column");

assert_eq!(
create_expected_field(
FIELD_NAME,
Expand Down
2 changes: 1 addition & 1 deletion substreams.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
specVersion: v0.1.0
package:
name: substreams_sink_database_changes
version: v1.1.0
version: v1.1.1
url: https://github.com/streamingfast/substreams-sink-database-changes
doc: Contains all the definitions for the database changes which can be emitted by a Substreams.

Expand Down

0 comments on commit 24d6a2a

Please sign in to comment.