Skip to content

Commit

Permalink
Bump msrv to 1.81.0
Browse files Browse the repository at this point in the history
apache/datafusion#14330

Signed-off-by: Yuchen Liang <[email protected]>
  • Loading branch information
yliang412 committed Feb 11, 2025
1 parent 0d94f92 commit 07ec3e3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ members = ["optd-core", "optd-datafusion"]
resolver = "2"


[workspace.package]
version = "0.1.0"
edition = "2021"
rust-version = "1.81.0"
repository = "https://github.com/cmu-db/optd"



[workspace.dependencies]
anyhow = "1.0"
trait-variant = "0.1.2"
Expand Down
6 changes: 4 additions & 2 deletions optd-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[package]
name = "optd-core"
version = "0.1.0"
edition = "2021"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
repository.workspace = true

[dependencies]
tokio.workspace = true
Expand Down
6 changes: 4 additions & 2 deletions optd-datafusion/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[package]
name = "optd-datafusion"
version = "0.1.0"
edition = "2021"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
repository.workspace = true

[dependencies]
optd-core = { path = "../optd-core" }
Expand Down

0 comments on commit 07ec3e3

Please sign in to comment.