Skip to content

Commit

Permalink
Fixed wrong crate version bump and leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Jun 28, 2023
1 parent f67a9c7 commit 1ec6c3b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 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.3"
version = "1.2.0"
edition = "2021"
description = "Substreams database change containg helpers"
authors = ["StreamingFast Contributors <team@streamingfast.io>"]
Expand Down
5 changes: 0 additions & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,3 @@ pub mod change;
pub mod helpers;
pub mod pb;
pub mod tables;

fn main() {
let x = crate::pb::database::table_change::Operation::Unspecified;
println!("{:?}", x);
}

0 comments on commit 1ec6c3b

Please sign in to comment.