Skip to content

Commit

Permalink
Use latest substrait & bump crate version (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove authored Jun 13, 2022
1 parent 2fb8390 commit 7852c8a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
target
.idea
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
Expand Up @@ -2,7 +2,7 @@
[package]
name = "substrait"
description = "Rust bindings for Substrait"
version = "0.1.0"
version = "0.2.0"
repository = "https://github.com/substrait/substrait-rs"
homepage = "https://github.com/substrait/substrait-rs"
license = "Apache-2.0"
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ mod tests {
let _ = Literal {
nullable: true,
literal_type: Some(LiteralType::I32(123)),
type_variation_reference: 0,
};
}
}

0 comments on commit 7852c8a

Please sign in to comment.