We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b85aa0 commit 3dca969Copy full SHA for 3dca969
arrow-flight/Cargo.toml
@@ -42,7 +42,7 @@ futures = { version = "0.3", default-features = false, features = ["alloc"]}
42
tonic-build = "0.6"
43
# Pin specific version of the tonic-build dependencies to avoid auto-generated
44
# (and checked in) arrow.flight.protocol.rs from changing
45
-proc-macro2 = "=1.0.30"
+proc-macro2 = ">1.0.30"
46
47
#[lib]
48
#name = "flight"
0 commit comments