Skip to content

Commit 84b9ca7

Browse files
Merge branch 'develop' into next-release-1.0
2 parents f91c555 + 96c83c5 commit 84b9ca7

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
@@ -25,7 +25,7 @@ log = "0.4.17"
2525
paste = "1.0.10"
2626
serialport = { version = "4.2.0", default-features = false}
2727
clap = { version = "4.0.32", features = ["derive"] }
28-
proc-macro2 = { version = "=1.0.89", features=["default", "proc-macro"] }
28+
proc-macro2 = { version = "1.0", features=["default", "proc-macro"] }
2929
signal-hook = "0.3.4"
3030
num_enum = "0.7.3"
3131
pyo3 = { version = "0.24.1", optional = true, features = ["multiple-pymethods", "extension-module"] }

0 commit comments

Comments
 (0)