Skip to content

Commit 3dca969

Browse files
authored
Allow proc-macro2 dependency to be flexible (#1102)
1 parent 8b85aa0 commit 3dca969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-flight/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ futures = { version = "0.3", default-features = false, features = ["alloc"]}
4242
tonic-build = "0.6"
4343
# Pin specific version of the tonic-build dependencies to avoid auto-generated
4444
# (and checked in) arrow.flight.protocol.rs from changing
45-
proc-macro2 = "=1.0.30"
45+
proc-macro2 = ">1.0.30"
4646

4747
#[lib]
4848
#name = "flight"

0 commit comments

Comments
 (0)