Skip to content

Commit

Permalink
Fix release issues (#5116)
Browse files Browse the repository at this point in the history
* Fix release issues

* use versioned dependency
  • Loading branch information
andygrove authored Jan 31, 2023
1 parent bb699eb commit abeb4fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ log = "^0.4"
sqlparser = "0.30"

[dev-dependencies]
rstest = "*"
rstest = "0.16"
2 changes: 2 additions & 0 deletions datafusion/substrait/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

[package]
name = "datafusion-substrait"
description = "DataFusion Substrait Producer and Consumer"
license = "Apache-2.0"
version = "17.0.0"
edition = "2021"
rust-version = "1.62"
Expand Down
1 change: 1 addition & 0 deletions dev/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ dot -Tsvg dev/release/crate-deps.dot > dev/release/crate-deps.svg
(cd datafusion/optimizer && cargo publish)
(cd datafusion/core && cargo publish)
(cd datafusion/proto && cargo publish)
(cd datafusion/substrait && cargo publish)
```

The CLI needs a `--no-verify` argument because `build.rs` generates source into the `src` directory.
Expand Down

0 comments on commit abeb4fe

Please sign in to comment.