Skip to content

Commit c08f91d

Browse files
committed
drop default resolver back down to 2
resolver 3 is only supported on Rust 1.84 and up
1 parent 21abb72 commit c08f91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[workspace]
44
members = ["influxdb", "influxdb_derive", "benches"]
5-
resolver = "3"
5+
resolver = "2"
66

77
[workspace.package]
88
authors = ["Gero Gerke <[email protected]>", "Dominic <[email protected]>"]

0 commit comments

Comments
 (0)