Skip to content

Commit 07ec3e3

Browse files
committed
Bump msrv to 1.81.0
apache/datafusion#14330 Signed-off-by: Yuchen Liang <[email protected]>
1 parent 0d94f92 commit 07ec3e3

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ members = ["optd-core", "optd-datafusion"]
33
resolver = "2"
44

55

6+
[workspace.package]
7+
version = "0.1.0"
8+
edition = "2021"
9+
rust-version = "1.81.0"
10+
repository = "https://github.com/cmu-db/optd"
11+
12+
13+
614
[workspace.dependencies]
715
anyhow = "1.0"
816
trait-variant = "0.1.2"

optd-core/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[package]
22
name = "optd-core"
3-
version = "0.1.0"
4-
edition = "2021"
3+
version.workspace = true
4+
edition.workspace = true
5+
rust-version.workspace = true
6+
repository.workspace = true
57

68
[dependencies]
79
tokio.workspace = true

optd-datafusion/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[package]
22
name = "optd-datafusion"
3-
version = "0.1.0"
4-
edition = "2021"
3+
version.workspace = true
4+
edition.workspace = true
5+
rust-version.workspace = true
6+
repository.workspace = true
57

68
[dependencies]
79
optd-core = { path = "../optd-core" }

0 commit comments

Comments
 (0)