File tree 10 files changed +12
-14
lines changed
10 files changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -585,9 +585,9 @@ jobs:
585
585
#
586
586
# To reproduce:
587
587
# 1. Install the version of Rust that is failing. Example:
588
- # rustup install 1.80.0
588
+ # rustup install 1.80.1
589
589
# 2. Run the command that failed with that version. Example:
590
- # cargo +1.80.0 check -p datafusion
590
+ # cargo +1.80.1 check -p datafusion
591
591
#
592
592
# To resolve, either:
593
593
# 1. Change your code to use older Rust features,
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ homepage = "https://datafusion.apache.org"
65
65
license = " Apache-2.0"
66
66
readme = " README.md"
67
67
repository = " https://github.com/apache/datafusion"
68
- rust-version = " 1.80"
68
+ rust-version = " 1.80.1 "
69
69
version = " 43.0.0"
70
70
71
71
[workspace .dependencies ]
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ license = "Apache-2.0"
26
26
homepage = " https://datafusion.apache.org"
27
27
repository = " https://github.com/apache/datafusion"
28
28
# Specify MSRV here as `cargo msrv` doesn't support workspace version
29
- rust-version = " 1.80"
29
+ rust-version = " 1.80.1 "
30
30
readme = " README.md"
31
31
32
32
[dependencies ]
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ authors = { workspace = true }
30
30
# Specify MSRV here as `cargo msrv` doesn't support workspace version and fails with
31
31
# "Unable to find key 'package.rust-version' (or 'package.metadata.msrv') in 'arrow-datafusion/Cargo.toml'"
32
32
# https://github.com/foresterre/cargo-msrv/issues/590
33
- rust-version = " 1.80"
33
+ rust-version = " 1.80.1 "
34
34
35
35
[lints ]
36
36
workspace = true
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ repository = { workspace = true }
26
26
license = { workspace = true }
27
27
authors = { workspace = true }
28
28
# Specify MSRV here as `cargo msrv` doesn't support workspace version
29
- rust-version = " 1.80"
29
+ rust-version = " 1.80.1 "
30
30
31
31
[lints ]
32
32
workspace = true
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ homepage = { workspace = true }
26
26
repository = { workspace = true }
27
27
license = { workspace = true }
28
28
authors = { workspace = true }
29
- rust-version = " 1.80"
29
+ rust-version = " 1.80.1 "
30
30
31
31
# Exclude proto files so crates.io consumers don't need protoc
32
32
exclude = [" *.proto" ]
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ name = "gen-common"
20
20
description = " Code generation for proto"
21
21
version = " 0.1.0"
22
22
edition = { workspace = true }
23
- rust-version = " 1.80"
23
+ rust-version = " 1.80.1 "
24
24
authors = { workspace = true }
25
25
homepage = { workspace = true }
26
26
repository = { workspace = true }
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ repository = { workspace = true }
27
27
license = { workspace = true }
28
28
authors = { workspace = true }
29
29
# Specify MSRV here as `cargo msrv` doesn't support workspace version
30
- rust-version = " 1.80"
30
+ rust-version = " 1.80.1 "
31
31
32
32
# Exclude proto files so crates.io consumers don't need protoc
33
33
exclude = [" *.proto" ]
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ name = "gen"
20
20
description = " Code generation for proto"
21
21
version = " 0.1.0"
22
22
edition = { workspace = true }
23
- rust-version = " 1.80"
23
+ rust-version = " 1.80.1 "
24
24
authors = { workspace = true }
25
25
homepage = { workspace = true }
26
26
repository = { workspace = true }
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ repository = { workspace = true }
26
26
license = { workspace = true }
27
27
authors = { workspace = true }
28
28
# Specify MSRV here as `cargo msrv` doesn't support workspace version
29
- rust-version = " 1.80"
29
+ rust-version = " 1.80.1 "
30
30
31
31
[lints ]
32
32
workspace = true
@@ -42,9 +42,7 @@ object_store = { workspace = true }
42
42
pbjson-types = " 0.7"
43
43
# TODO use workspace version
44
44
prost = " 0.13"
45
- # The MSRV of [email protected] is 1.80.1, which is higher than ours.
46
- # TODO: Update this version constraint when DataFusion updates its MSRV.
47
- substrait = { version = " >=0.49.0, <0.49.5" , features = [" serde" ] }
45
+ substrait = { version = " 0.49" , features = [" serde" ] }
48
46
url = { workspace = true }
49
47
50
48
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments